7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LexRuntimeService
46 inline void SetRetryAfterSeconds(
const char* value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds.assign(value); }
58 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
66 bool m_retryAfterSecondsHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
LimitExceededException & WithMessage(const char *value)
const Aws::String & GetMessage() const
bool RetryAfterSecondsHasBeenSet() const
LimitExceededException & WithRetryAfterSeconds(const char *value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
LimitExceededException & WithMessage(const Aws::String &value)
LimitExceededException & WithRetryAfterSeconds(const Aws::String &value)
LimitExceededException & WithRetryAfterSeconds(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetRetryAfterSeconds(Aws::String &&value)
void SetMessage(Aws::String &&value)
AWS_LEXRUNTIMESERVICE_API LimitExceededException()
AWS_LEXRUNTIMESERVICE_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRetryAfterSeconds() const
AWS_LEXRUNTIMESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMESERVICE_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRetryAfterSeconds(const char *value)
LimitExceededException & WithMessage(Aws::String &&value)
void SetRetryAfterSeconds(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue