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>
48 template<
typename ServiceCodeT = Aws::String>
49 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
50 template<
typename ServiceCodeT = Aws::String>
60 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
61 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
62 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
64 template<
typename AttributeNamesT = Aws::String>
65 Service&
AddAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames.emplace_back(std::forward<AttributeNamesT>(value));
return *
this; }
70 bool m_serviceCodeHasBeenSet =
false;
73 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