7#include <aws/pricing/Pricing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pricing/model/PriceList.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename PriceListsT = Aws::Vector<PriceList>>
43 void SetPriceLists(PriceListsT&& value) { m_priceListsHasBeenSet =
true; m_priceLists = std::forward<PriceListsT>(value); }
44 template<
typename PriceListsT = Aws::Vector<PriceList>>
46 template<
typename PriceListsT = PriceList>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_priceListsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
AWS_PRICING_API ListPriceListsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PRICING_API ListPriceListsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PriceList > & GetPriceLists() const
ListPriceListsResult & WithRequestId(RequestIdT &&value)
ListPriceListsResult & WithPriceLists(PriceListsT &&value)
ListPriceListsResult & AddPriceLists(PriceListsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PRICING_API ListPriceListsResult()=default
void SetPriceLists(PriceListsT &&value)
ListPriceListsResult & WithNextToken(NextTokenT &&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