7#include <aws/pricing/Pricing_EXPORTS.h>
8#include <aws/pricing/PricingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ServiceCodeT = Aws::String>
47 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
48 template<
typename ServiceCodeT = Aws::String>
59 template<
typename FormatVersionT = Aws::String>
60 void SetFormatVersion(FormatVersionT&& value) { m_formatVersionHasBeenSet =
true; m_formatVersion = std::forward<FormatVersionT>(value); }
61 template<
typename FormatVersionT = Aws::String>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
84 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 bool m_serviceCodeHasBeenSet =
false;
93 bool m_formatVersionHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
void SetServiceCode(ServiceCodeT &&value)
bool NextTokenHasBeenSet() const
AWS_PRICING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool FormatVersionHasBeenSet() const
void SetFormatVersion(FormatVersionT &&value)
DescribeServicesRequest & WithFormatVersion(FormatVersionT &&value)
DescribeServicesRequest & WithMaxResults(int value)
bool ServiceCodeHasBeenSet() const
DescribeServicesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_PRICING_API DescribeServicesRequest()=default
const Aws::String & GetFormatVersion() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetServiceCode() const
AWS_PRICING_API Aws::String SerializePayload() const override
DescribeServicesRequest & WithServiceCode(ServiceCodeT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String