7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RetryAfterSecondsT = Aws::String>
46 void SetRetryAfterSeconds(RetryAfterSecondsT&& value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = std::forward<RetryAfterSecondsT>(value); }
47 template<
typename RetryAfterSecondsT = Aws::String>
55 template<
typename MessageT = Aws::String>
56 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
57 template<
typename MessageT = Aws::String>
63 bool m_retryAfterSecondsHasBeenSet =
false;
66 bool m_messageHasBeenSet =
false;
void SetRetryAfterSeconds(RetryAfterSecondsT &&value)
const Aws::String & GetMessage() const
LimitExceededException & WithMessage(MessageT &&value)
AWS_APIGATEWAY_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
LimitExceededException & WithRetryAfterSeconds(RetryAfterSecondsT &&value)
bool MessageHasBeenSet() const
bool RetryAfterSecondsHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_APIGATEWAY_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAY_API LimitExceededException()=default
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRetryAfterSeconds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue