7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
57 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
64 int m_retryAfterSeconds;
65 bool m_retryAfterSecondsHasBeenSet =
false;
68 bool m_messageHasBeenSet =
false;
void SetMessage(const char *value)
AWS_LEXMODELSV2_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithMessage(Aws::String &&value)
bool MessageHasBeenSet() const
int GetRetryAfterSeconds() const
AWS_LEXMODELSV2_API ThrottlingException()
const Aws::String & GetMessage() const
ThrottlingException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
ThrottlingException & WithRetryAfterSeconds(int value)
void SetMessage(Aws::String &&value)
bool RetryAfterSecondsHasBeenSet() const
void SetRetryAfterSeconds(int value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue