7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pricing/Pricing_EXPORTS.h>
11#include <aws/pricing/model/Service.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ServicesT = Aws::Vector<Service>>
39 m_servicesHasBeenSet =
true;
40 m_services = std::forward<ServicesT>(value);
42 template <
typename ServicesT = Aws::Vector<Service>>
47 template <
typename ServicesT = Service>
49 m_servicesHasBeenSet =
true;
50 m_services.emplace_back(std::forward<ServicesT>(value));
60 template <
typename FormatVersionT = Aws::String>
62 m_formatVersionHasBeenSet =
true;
63 m_formatVersion = std::forward<FormatVersionT>(value);
65 template <
typename FormatVersionT = Aws::String>
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_servicesHasBeenSet =
false;
115 bool m_formatVersionHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
DescribeServicesResult & WithNextToken(NextTokenT &&value)
AWS_PRICING_API DescribeServicesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeServicesResult & WithFormatVersion(FormatVersionT &&value)
DescribeServicesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
void SetFormatVersion(FormatVersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< Service > & GetServices() const
const Aws::String & GetFormatVersion() const
void SetRequestId(RequestIdT &&value)
void SetServices(ServicesT &&value)
AWS_PRICING_API DescribeServicesResult()=default
const Aws::String & GetNextToken() const
DescribeServicesResult & AddServices(ServicesT &&value)
AWS_PRICING_API DescribeServicesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeServicesResult & WithServices(ServicesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue