7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LexRuntimeService
44 template<
typename RetryAfterSecondsT = Aws::String>
45 void SetRetryAfterSeconds(RetryAfterSecondsT&& value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = std::forward<RetryAfterSecondsT>(value); }
46 template<
typename RetryAfterSecondsT = Aws::String>
54 template<
typename MessageT = Aws::String>
55 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
56 template<
typename MessageT = Aws::String>
62 bool m_retryAfterSecondsHasBeenSet =
false;
65 bool m_messageHasBeenSet =
false;
const Aws::String & GetMessage() const
bool RetryAfterSecondsHasBeenSet() const
bool MessageHasBeenSet() const
void SetRetryAfterSeconds(RetryAfterSecondsT &&value)
AWS_LEXRUNTIMESERVICE_API LimitExceededException()=default
LimitExceededException & WithRetryAfterSeconds(RetryAfterSecondsT &&value)
LimitExceededException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue