7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IdentityStore
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
71 bool m_messageHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
ValidationException & WithMessage(const char *value)
ValidationException & WithRequestId(const char *value)
bool RequestIdHasBeenSet() const
AWS_IDENTITYSTORE_API ValidationException()
AWS_IDENTITYSTORE_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRequestId(const char *value)
ValidationException & WithRequestId(const Aws::String &value)
AWS_IDENTITYSTORE_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetMessage(const Aws::String &value)
void SetRequestId(const Aws::String &value)
ValidationException & WithRequestId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
ValidationException & WithMessage(const Aws::String &value)
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
ValidationException & WithMessage(Aws::String &&value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue