7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/support/Support_EXPORTS.h>
47 template <
typename CodeT = Aws::String>
49 m_codeHasBeenSet =
true;
50 m_code = std::forward<CodeT>(value);
52 template <
typename CodeT = Aws::String>
54 SetCode(std::forward<CodeT>(value));
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
91 bool m_codeHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
SeverityLevel & WithName(NameT &&value)
SeverityLevel & WithCode(CodeT &&value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SUPPORT_API SeverityLevel & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_SUPPORT_API SeverityLevel()=default
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