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>
42 template <
typename ServiceCodeT = Aws::String>
44 m_serviceCodeHasBeenSet =
true;
45 m_serviceCode = std::forward<ServiceCodeT>(value);
47 template <
typename ServiceCodeT = Aws::String>
60 template <
typename AttributeNamesT = Aws::Vector<Aws::String>>
62 m_attributeNamesHasBeenSet =
true;
63 m_attributeNames = std::forward<AttributeNamesT>(value);
65 template <
typename AttributeNamesT = Aws::Vector<Aws::String>>
70 template <
typename AttributeNamesT = Aws::String>
72 m_attributeNamesHasBeenSet =
true;
73 m_attributeNames.emplace_back(std::forward<AttributeNamesT>(value));
81 bool m_serviceCodeHasBeenSet =
false;
82 bool m_attributeNamesHasBeenSet =
false;
Service & AddAttributeNames(AttributeNamesT &&value)
AWS_PRICING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceCodeHasBeenSet() const
bool AttributeNamesHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
Service & WithServiceCode(ServiceCodeT &&value)
AWS_PRICING_API Service()=default
AWS_PRICING_API Service & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeNames(AttributeNamesT &&value)
const Aws::String & GetServiceCode() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
AWS_PRICING_API Service(Aws::Utils::Json::JsonView jsonValue)
Service & WithAttributeNames(AttributeNamesT &&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