7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/model/ThrottleReason.h>
51 inline void SetRetryAfterSeconds(
const char* value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds.assign(value); }
63 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
75 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
93 bool m_retryAfterSecondsHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
99 bool m_messageHasBeenSet =
false;
102 bool m_reasonHasBeenSet =
false;
void SetReason(const ThrottleReason &value)
void SetMessage(const Aws::String &value)
bool ReasonHasBeenSet() const
void SetMessage(const char *value)
void SetRetryAfterSeconds(Aws::String &&value)
bool TypeHasBeenSet() const
void SetRetryAfterSeconds(const char *value)
TooManyRequestsException & WithRetryAfterSeconds(Aws::String &&value)
AWS_LAMBDA_API TooManyRequestsException()
const Aws::String & GetRetryAfterSeconds() const
TooManyRequestsException & WithType(Aws::String &&value)
TooManyRequestsException & WithRetryAfterSeconds(const Aws::String &value)
void SetType(Aws::String &&value)
TooManyRequestsException & WithMessage(Aws::String &&value)
TooManyRequestsException & WithType(const char *value)
const Aws::String & GetMessage() const
void SetReason(ThrottleReason &&value)
TooManyRequestsException & WithReason(const ThrottleReason &value)
AWS_LAMBDA_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
TooManyRequestsException & WithMessage(const char *value)
void SetRetryAfterSeconds(const Aws::String &value)
TooManyRequestsException & WithMessage(const Aws::String &value)
const Aws::String & GetType() const
void SetType(const char *value)
bool MessageHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetType(const Aws::String &value)
AWS_LAMBDA_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
bool RetryAfterSecondsHasBeenSet() const
TooManyRequestsException & WithReason(ThrottleReason &&value)
const ThrottleReason & GetReason() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
TooManyRequestsException & WithRetryAfterSeconds(const char *value)
TooManyRequestsException & WithType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue