7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
57 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
65 bool m_codeHasBeenSet =
false;
68 bool m_messageHasBeenSet =
false;
AWS_SCHEMAS_API ConflictException()
const Aws::String & GetMessage() const
void SetCode(const Aws::String &value)
ConflictException & WithMessage(const char *value)
AWS_SCHEMAS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithCode(Aws::String &&value)
ConflictException & WithCode(const char *value)
AWS_SCHEMAS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCode() const
bool MessageHasBeenSet() const
void SetMessage(const char *value)
ConflictException & WithCode(const Aws::String &value)
bool CodeHasBeenSet() const
void SetCode(const char *value)
void SetMessage(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithMessage(Aws::String &&value)
void SetCode(Aws::String &&value)
AWS_SCHEMAS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue