7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pricing/PricingRequest.h>
9#include <aws/pricing/Pricing_EXPORTS.h>
42 template <
typename ServiceCodeT = Aws::String>
44 m_serviceCodeHasBeenSet =
true;
45 m_serviceCode = std::forward<ServiceCodeT>(value);
47 template <
typename ServiceCodeT = Aws::String>
61 template <
typename FormatVersionT = Aws::String>
63 m_formatVersionHasBeenSet =
true;
64 m_formatVersion = std::forward<FormatVersionT>(value);
66 template <
typename FormatVersionT = Aws::String>
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
99 m_maxResultsHasBeenSet =
true;
100 m_maxResults = value;
115 bool m_serviceCodeHasBeenSet =
false;
116 bool m_formatVersionHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
118 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