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