7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetAmznErrorType(
const char* value) { m_amznErrorTypeHasBeenSet =
true; m_amznErrorType.assign(value); }
69 bool m_messageHasBeenSet =
false;
72 bool m_amznErrorTypeHasBeenSet =
false;
ConflictException & WithAmznErrorType(const Aws::String &value)
void SetAmznErrorType(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OAM_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(Aws::String &&value)
void SetAmznErrorType(const char *value)
ConflictException & WithMessage(const char *value)
ConflictException & WithAmznErrorType(const char *value)
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
ConflictException & WithAmznErrorType(Aws::String &&value)
AWS_OAM_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool AmznErrorTypeHasBeenSet() const
AWS_OAM_API ConflictException()
void SetMessage(const char *value)
const Aws::String & GetAmznErrorType() const
bool MessageHasBeenSet() const
void SetAmznErrorType(const Aws::String &value)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue