7#include <aws/vpc-lattice/VPCLattice_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 SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
73 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
85 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
93 bool m_messageHasBeenSet =
false;
96 bool m_quotaCodeHasBeenSet =
false;
98 int m_retryAfterSeconds;
99 bool m_retryAfterSecondsHasBeenSet =
false;
102 bool m_serviceCodeHasBeenSet =
false;
void SetServiceCode(Aws::String &&value)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRetryAfterSeconds(int value)
void SetMessage(const Aws::String &value)
ThrottlingException & WithServiceCode(const Aws::String &value)
void SetQuotaCode(const Aws::String &value)
void SetQuotaCode(Aws::String &&value)
ThrottlingException & WithServiceCode(Aws::String &&value)
void SetQuotaCode(const char *value)
void SetMessage(const char *value)
int GetRetryAfterSeconds() const
bool RetryAfterSecondsHasBeenSet() const
ThrottlingException & WithMessage(const char *value)
ThrottlingException & WithMessage(const Aws::String &value)
AWS_VPCLATTICE_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithQuotaCode(Aws::String &&value)
void SetMessage(Aws::String &&value)
AWS_VPCLATTICE_API ThrottlingException()
AWS_VPCLATTICE_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetQuotaCode() const
ThrottlingException & WithQuotaCode(const char *value)
bool MessageHasBeenSet() const
ThrottlingException & WithQuotaCode(const Aws::String &value)
void SetServiceCode(const Aws::String &value)
ThrottlingException & WithMessage(Aws::String &&value)
ThrottlingException & WithServiceCode(const char *value)
const Aws::String & GetMessage() const
bool QuotaCodeHasBeenSet() const
bool ServiceCodeHasBeenSet() const
void SetServiceCode(const char *value)
ThrottlingException & WithRetryAfterSeconds(int value)
const Aws::String & GetServiceCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue