7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pricing/Pricing_EXPORTS.h>
49 template <
typename PriceListArnT = Aws::String>
51 m_priceListArnHasBeenSet =
true;
52 m_priceListArn = std::forward<PriceListArnT>(value);
54 template <
typename PriceListArnT = Aws::String>
73 template <
typename RegionCodeT = Aws::String>
75 m_regionCodeHasBeenSet =
true;
76 m_regionCode = std::forward<RegionCodeT>(value);
78 template <
typename RegionCodeT = Aws::String>
92 template <
typename CurrencyCodeT = Aws::String>
94 m_currencyCodeHasBeenSet =
true;
95 m_currencyCode = std::forward<CurrencyCodeT>(value);
97 template <
typename CurrencyCodeT = Aws::String>
113 template <
typename FileFormatsT = Aws::Vector<Aws::String>>
115 m_fileFormatsHasBeenSet =
true;
116 m_fileFormats = std::forward<FileFormatsT>(value);
118 template <
typename FileFormatsT = Aws::Vector<Aws::String>>
123 template <
typename FileFormatsT = Aws::String>
125 m_fileFormatsHasBeenSet =
true;
126 m_fileFormats.emplace_back(std::forward<FileFormatsT>(value));
138 bool m_priceListArnHasBeenSet =
false;
139 bool m_regionCodeHasBeenSet =
false;
140 bool m_currencyCodeHasBeenSet =
false;
141 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