7#include <aws/pricing/Pricing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
55 template<
typename PriceListArnT = Aws::String>
56 void SetPriceListArn(PriceListArnT&& value) { m_priceListArnHasBeenSet =
true; m_priceListArn = std::forward<PriceListArnT>(value); }
57 template<
typename PriceListArnT = Aws::String>
73 template<
typename RegionCodeT = Aws::String>
74 void SetRegionCode(RegionCodeT&& value) { m_regionCodeHasBeenSet =
true; m_regionCode = std::forward<RegionCodeT>(value); }
75 template<
typename RegionCodeT = Aws::String>
86 template<
typename CurrencyCodeT = Aws::String>
87 void SetCurrencyCode(CurrencyCodeT&& value) { m_currencyCodeHasBeenSet =
true; m_currencyCode = std::forward<CurrencyCodeT>(value); }
88 template<
typename CurrencyCodeT = Aws::String>
101 template<
typename FileFormatsT = Aws::Vector<Aws::String>>
102 void SetFileFormats(FileFormatsT&& value) { m_fileFormatsHasBeenSet =
true; m_fileFormats = std::forward<FileFormatsT>(value); }
103 template<
typename FileFormatsT = Aws::Vector<Aws::String>>
105 template<
typename FileFormatsT = Aws::String>
106 PriceList&
AddFileFormats(FileFormatsT&& value) { m_fileFormatsHasBeenSet =
true; m_fileFormats.emplace_back(std::forward<FileFormatsT>(value));
return *
this; }
111 bool m_priceListArnHasBeenSet =
false;
114 bool m_regionCodeHasBeenSet =
false;
117 bool m_currencyCodeHasBeenSet =
false;
120 bool m_fileFormatsHasBeenSet =
false;
const Aws::String & GetCurrencyCode() const
bool FileFormatsHasBeenSet() const
void SetFileFormats(FileFormatsT &&value)
bool RegionCodeHasBeenSet() const
void SetCurrencyCode(CurrencyCodeT &&value)
PriceList & WithFileFormats(FileFormatsT &&value)
AWS_PRICING_API PriceList & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PRICING_API PriceList()=default
const Aws::Vector< Aws::String > & GetFileFormats() const
PriceList & AddFileFormats(FileFormatsT &&value)
PriceList & WithRegionCode(RegionCodeT &&value)
bool PriceListArnHasBeenSet() const
const Aws::String & GetRegionCode() const
PriceList & WithCurrencyCode(CurrencyCodeT &&value)
PriceList & WithPriceListArn(PriceListArnT &&value)
void SetPriceListArn(PriceListArnT &&value)
const Aws::String & GetPriceListArn() const
void SetRegionCode(RegionCodeT &&value)
AWS_PRICING_API PriceList(Aws::Utils::Json::JsonView jsonValue)
bool CurrencyCodeHasBeenSet() const
AWS_PRICING_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue