7#include <aws/pricing/Pricing_EXPORTS.h>
8#include <aws/pricing/PricingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
52 template<
typename ServiceCodeT = Aws::String>
53 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
54 template<
typename ServiceCodeT = Aws::String>
64 template<
typename EffectiveDateT = Aws::Utils::DateTime>
65 void SetEffectiveDate(EffectiveDateT&& value) { m_effectiveDateHasBeenSet =
true; m_effectiveDate = std::forward<EffectiveDateT>(value); }
66 template<
typename EffectiveDateT = Aws::Utils::DateTime>
82 template<
typename RegionCodeT = Aws::String>
83 void SetRegionCode(RegionCodeT&& value) { m_regionCodeHasBeenSet =
true; m_regionCode = std::forward<RegionCodeT>(value); }
84 template<
typename RegionCodeT = Aws::String>
95 template<
typename CurrencyCodeT = Aws::String>
96 void SetCurrencyCode(CurrencyCodeT&& value) { m_currencyCodeHasBeenSet =
true; m_currencyCode = std::forward<CurrencyCodeT>(value); }
97 template<
typename CurrencyCodeT = Aws::String>
108 template<
typename NextTokenT = Aws::String>
109 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
110 template<
typename NextTokenT = Aws::String>
120 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
126 bool m_serviceCodeHasBeenSet =
false;
129 bool m_effectiveDateHasBeenSet =
false;
132 bool m_regionCodeHasBeenSet =
false;
135 bool m_currencyCodeHasBeenSet =
false;
138 bool m_nextTokenHasBeenSet =
false;
141 bool m_maxResultsHasBeenSet =
false;
ListPriceListsRequest & WithNextToken(NextTokenT &&value)
void SetCurrencyCode(CurrencyCodeT &&value)
void SetNextToken(NextTokenT &&value)
bool CurrencyCodeHasBeenSet() const
const Aws::String & GetServiceCode() const
AWS_PRICING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServiceCodeHasBeenSet() const
bool EffectiveDateHasBeenSet() const
void SetEffectiveDate(EffectiveDateT &&value)
ListPriceListsRequest & WithEffectiveDate(EffectiveDateT &&value)
void SetMaxResults(int value)
void SetRegionCode(RegionCodeT &&value)
bool RegionCodeHasBeenSet() const
ListPriceListsRequest & WithRegionCode(RegionCodeT &&value)
void SetServiceCode(ServiceCodeT &&value)
AWS_PRICING_API Aws::String SerializePayload() const override
const Aws::String & GetCurrencyCode() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_PRICING_API ListPriceListsRequest()=default
int GetMaxResults() const
const Aws::String & GetRegionCode() const
ListPriceListsRequest & WithServiceCode(ServiceCodeT &&value)
const Aws::Utils::DateTime & GetEffectiveDate() const
ListPriceListsRequest & WithCurrencyCode(CurrencyCodeT &&value)
bool NextTokenHasBeenSet() const
ListPriceListsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String