7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
74 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
87 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
93 bool m_messageHasBeenSet =
false;
96 bool m_serviceCodeHasBeenSet =
false;
99 bool m_quotaCodeHasBeenSet =
false;
101 int m_retryAfterSeconds;
102 bool m_retryAfterSecondsHasBeenSet =
false;
bool RetryAfterSecondsHasBeenSet() const
bool QuotaCodeHasBeenSet() const
AWS_PIPES_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithServiceCode(Aws::String &&value)
void SetRetryAfterSeconds(int value)
int GetRetryAfterSeconds() const
bool ServiceCodeHasBeenSet() const
void SetServiceCode(const char *value)
ThrottlingException & WithServiceCode(const char *value)
ThrottlingException & WithRetryAfterSeconds(int value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceCode(const Aws::String &value)
ThrottlingException & WithMessage(const char *value)
ThrottlingException & WithQuotaCode(Aws::String &&value)
ThrottlingException & WithServiceCode(const Aws::String &value)
const Aws::String & GetServiceCode() const
ThrottlingException & WithMessage(const Aws::String &value)
void SetServiceCode(Aws::String &&value)
const Aws::String & GetMessage() const
AWS_PIPES_API ThrottlingException()
void SetQuotaCode(Aws::String &&value)
ThrottlingException & WithQuotaCode(const Aws::String &value)
void SetMessage(Aws::String &&value)
bool MessageHasBeenSet() const
ThrottlingException & WithQuotaCode(const char *value)
void SetMessage(const char *value)
void SetQuotaCode(const char *value)
const Aws::String & GetQuotaCode() const
ThrottlingException & WithMessage(Aws::String &&value)
void SetQuotaCode(const Aws::String &value)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue