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); }
75 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
81 bool m_messageHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
86 int m_retryAfterSeconds;
87 bool m_retryAfterSecondsHasBeenSet =
false;
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRequestId(const Aws::String &value)
bool MessageHasBeenSet() const
ThrottlingException & WithMessage(Aws::String &&value)
AWS_IDENTITYSTORE_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
void SetRequestId(Aws::String &&value)
ThrottlingException & WithRequestId(Aws::String &&value)
ThrottlingException & WithMessage(const Aws::String &value)
AWS_IDENTITYSTORE_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
const Aws::String & GetMessage() const
ThrottlingException & WithRetryAfterSeconds(int value)
ThrottlingException & WithRequestId(const char *value)
ThrottlingException & WithMessage(const char *value)
void SetRetryAfterSeconds(int value)
AWS_IDENTITYSTORE_API ThrottlingException()
bool RequestIdHasBeenSet() const
ThrottlingException & WithRequestId(const Aws::String &value)
int GetRetryAfterSeconds() const
bool RetryAfterSecondsHasBeenSet() const
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue