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>
50 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
68 inline Service&
AddAttributeNames(
const char* value) { m_attributeNamesHasBeenSet =
true; m_attributeNames.push_back(value);
return *
this; }
73 bool m_serviceCodeHasBeenSet =
false;
76 bool m_attributeNamesHasBeenSet =
false;
Service & WithServiceCode(Aws::String &&value)
Service & AddAttributeNames(Aws::String &&value)
Service & AddAttributeNames(const char *value)
AWS_PRICING_API Aws::Utils::Json::JsonValue Jsonize() const
Service & AddAttributeNames(const Aws::String &value)
Service & WithAttributeNames(const Aws::Vector< Aws::String > &value)
Service & WithAttributeNames(Aws::Vector< Aws::String > &&value)
Service & WithServiceCode(const Aws::String &value)
bool ServiceCodeHasBeenSet() const
bool AttributeNamesHasBeenSet() const
void SetServiceCode(const Aws::String &value)
void SetServiceCode(Aws::String &&value)
void SetAttributeNames(const Aws::Vector< Aws::String > &value)
Service & WithServiceCode(const char *value)
AWS_PRICING_API Service()
void SetAttributeNames(Aws::Vector< Aws::String > &&value)
void SetServiceCode(const char *value)
AWS_PRICING_API Service & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceCode() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
AWS_PRICING_API Service(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue