7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/support/model/Category.h>
53 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
68 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
93 bool m_codeHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
99 bool m_categoriesHasBeenSet =
false;
Service & WithName(const Aws::String &value)
AWS_SUPPORT_API Service()
bool CodeHasBeenSet() const
AWS_SUPPORT_API Service & operator=(Aws::Utils::Json::JsonView jsonValue)
Service & AddCategories(const Category &value)
Service & WithCode(const Aws::String &value)
bool CategoriesHasBeenSet() const
Service & WithCode(Aws::String &&value)
void SetCategories(Aws::Vector< Category > &&value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetName(const char *value)
Service & WithCategories(Aws::Vector< Category > &&value)
const Aws::String & GetName() const
Service & WithCode(const char *value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCode(const Aws::String &value)
Service & AddCategories(Category &&value)
Service & WithName(const char *value)
bool NameHasBeenSet() const
AWS_SUPPORT_API Service(Aws::Utils::Json::JsonView jsonValue)
void SetCategories(const Aws::Vector< Category > &value)
void SetCode(const char *value)
Service & WithName(Aws::String &&value)
void SetCode(Aws::String &&value)
const Aws::String & GetCode() const
const Aws::Vector< Category > & GetCategories() const
Service & WithCategories(const Aws::Vector< Category > &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