7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
80 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
88 bool m_codeHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
AWS_SUPPORT_API SeverityLevel()
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
SeverityLevel & WithCode(const Aws::String &value)
void SetCode(const char *value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
SeverityLevel & WithCode(Aws::String &&value)
void SetName(const char *value)
AWS_SUPPORT_API SeverityLevel & operator=(Aws::Utils::Json::JsonView jsonValue)
SeverityLevel & WithName(const char *value)
SeverityLevel & WithName(Aws::String &&value)
void SetCode(const Aws::String &value)
void SetCode(Aws::String &&value)
void SetName(const Aws::String &value)
SeverityLevel & WithName(const Aws::String &value)
SeverityLevel & WithCode(const char *value)
const Aws::String & GetName() const
const Aws::String & GetCode() const
AWS_SUPPORT_API SeverityLevel(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue