7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/identitystore/model/ConflictExceptionReason.h>
22namespace IdentityStore
51 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
67 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
91 bool m_messageHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
97 bool m_reasonHasBeenSet =
false;
ConflictException & WithRequestId(const Aws::String &value)
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithRequestId(const char *value)
const Aws::String & GetMessage() const
void SetRequestId(const Aws::String &value)
bool ReasonHasBeenSet() const
ConflictException & WithReason(const ConflictExceptionReason &value)
const ConflictExceptionReason & GetReason() const
void SetRequestId(Aws::String &&value)
void SetMessage(const char *value)
const Aws::String & GetRequestId() const
AWS_IDENTITYSTORE_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithRequestId(Aws::String &&value)
bool RequestIdHasBeenSet() const
ConflictException & WithReason(ConflictExceptionReason &&value)
ConflictException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
void SetRequestId(const char *value)
void SetReason(const ConflictExceptionReason &value)
ConflictException & WithMessage(const char *value)
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IDENTITYSTORE_API ConflictException()
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetReason(ConflictExceptionReason &&value)
AWS_IDENTITYSTORE_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue