7#include <aws/pricing/Pricing_EXPORTS.h>
8#include <aws/pricing/PricingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
63 inline void SetFormatVersion(
const char* value) { m_formatVersionHasBeenSet =
true; m_formatVersion.assign(value); }
78 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
90 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 bool m_serviceCodeHasBeenSet =
false;
99 bool m_formatVersionHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
DescribeServicesRequest & WithServiceCode(Aws::String &&value)
void SetServiceCode(Aws::String &&value)
DescribeServicesRequest & WithServiceCode(const char *value)
void SetFormatVersion(const char *value)
void SetFormatVersion(Aws::String &&value)
AWS_PRICING_API DescribeServicesRequest()
void SetFormatVersion(const Aws::String &value)
void SetNextToken(const char *value)
bool NextTokenHasBeenSet() const
AWS_PRICING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool FormatVersionHasBeenSet() const
void SetServiceCode(const char *value)
DescribeServicesRequest & WithMaxResults(int value)
DescribeServicesRequest & WithServiceCode(const Aws::String &value)
bool ServiceCodeHasBeenSet() const
void SetMaxResults(int value)
DescribeServicesRequest & WithNextToken(const Aws::String &value)
void SetServiceCode(const Aws::String &value)
const Aws::String & GetFormatVersion() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
DescribeServicesRequest & WithFormatVersion(const Aws::String &value)
DescribeServicesRequest & WithFormatVersion(const char *value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetServiceCode() const
AWS_PRICING_API Aws::String SerializePayload() const override
DescribeServicesRequest & WithFormatVersion(Aws::String &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
DescribeServicesRequest & WithNextToken(Aws::String &&value)
DescribeServicesRequest & WithNextToken(const char *value)
void SetNextToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String