71 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
116 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
138 bool m_codeHasBeenSet;
140 bool m_nameHasBeenSet;
SeverityLevel & WithCode(const Aws::String &value)
SeverityLevel & WithCode(Aws::String &&value)
const Aws::String & GetName() const
SeverityLevel & WithName(const Aws::String &value)
SeverityLevel & WithName(const char *value)
SeverityLevel & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetCode() const
void SetCode(const Aws::String &value)
void SetCode(Aws::String &&value)
void SetCode(const char *value)
void SetName(const Aws::String &value)
JSON (JavaScript Object Notation).
SeverityLevel & WithCode(const char *value)