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>
54 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
86 inline void SetRegionCode(
const char* value) { m_regionCodeHasBeenSet =
true; m_regionCode.assign(value); }
101 inline void SetCurrencyCode(
const char* value) { m_currencyCodeHasBeenSet =
true; m_currencyCode.assign(value); }
116 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
128 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
134 bool m_serviceCodeHasBeenSet =
false;
137 bool m_effectiveDateHasBeenSet =
false;
140 bool m_regionCodeHasBeenSet =
false;
143 bool m_currencyCodeHasBeenSet =
false;
146 bool m_nextTokenHasBeenSet =
false;
149 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(const char *value)
void SetEffectiveDate(const Aws::Utils::DateTime &value)
ListPriceListsRequest & WithServiceCode(const char *value)
bool CurrencyCodeHasBeenSet() const
ListPriceListsRequest & WithServiceCode(const Aws::String &value)
ListPriceListsRequest & WithServiceCode(Aws::String &&value)
const Aws::String & GetServiceCode() const
AWS_PRICING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServiceCodeHasBeenSet() const
bool EffectiveDateHasBeenSet() const
void SetRegionCode(Aws::String &&value)
void SetCurrencyCode(const char *value)
ListPriceListsRequest & WithNextToken(const char *value)
ListPriceListsRequest & WithCurrencyCode(const char *value)
void SetMaxResults(int value)
void SetRegionCode(const char *value)
void SetNextToken(const Aws::String &value)
bool RegionCodeHasBeenSet() const
void SetRegionCode(const Aws::String &value)
void SetCurrencyCode(const Aws::String &value)
AWS_PRICING_API Aws::String SerializePayload() const override
const Aws::String & GetCurrencyCode() const
void SetServiceCode(const char *value)
void SetNextToken(Aws::String &&value)
bool MaxResultsHasBeenSet() const
ListPriceListsRequest & WithRegionCode(Aws::String &&value)
ListPriceListsRequest & WithCurrencyCode(const Aws::String &value)
void SetServiceCode(Aws::String &&value)
AWS_PRICING_API ListPriceListsRequest()
ListPriceListsRequest & WithEffectiveDate(Aws::Utils::DateTime &&value)
const Aws::String & GetNextToken() const
ListPriceListsRequest & WithNextToken(const Aws::String &value)
ListPriceListsRequest & WithRegionCode(const Aws::String &value)
int GetMaxResults() const
ListPriceListsRequest & WithRegionCode(const char *value)
const Aws::String & GetRegionCode() const
void SetServiceCode(const Aws::String &value)
const Aws::Utils::DateTime & GetEffectiveDate() const
ListPriceListsRequest & WithCurrencyCode(Aws::String &&value)
ListPriceListsRequest & WithEffectiveDate(const Aws::Utils::DateTime &value)
void SetCurrencyCode(Aws::String &&value)
bool NextTokenHasBeenSet() const
ListPriceListsRequest & WithNextToken(Aws::String &&value)
ListPriceListsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetEffectiveDate(Aws::Utils::DateTime &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String