69 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
111 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
182 bool m_codeHasBeenSet;
184 bool m_nameHasBeenSet;
186 bool m_categoriesHasBeenSet;
void SetName(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
Service & AddCategories(Category &&value)
Service & WithName(const char *value)
void SetCode(const char *value)
void SetCategories(Aws::Vector< Category > &&value)
Service & WithCode(const Aws::String &value)
const Aws::Vector< Category > & GetCategories() const
Service & WithCode(const char *value)
void SetCode(Aws::String &&value)
void SetName(Aws::String &&value)
Service & WithCategories(const Aws::Vector< Category > &value)
Service & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetName() const
void SetName(const char *value)
void SetCategories(const Aws::Vector< Category > &value)
Service & WithName(Aws::String &&value)
Service & WithCode(Aws::String &&value)
Service & WithCategories(Aws::Vector< Category > &&value)
const Aws::String & GetCode() const
void SetCode(const Aws::String &value)
JSON (JavaScript Object Notation).
Service & AddCategories(const Category &value)