7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
59 m_retryAfterSecondsHasBeenSet =
true;
60 m_retryAfterSeconds = value;
70 int m_retryAfterSeconds{0};
71 bool m_messageHasBeenSet =
false;
72 bool m_retryAfterSecondsHasBeenSet =
false;
AWS_ODB_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API ThrottlingException()=default
ThrottlingException & WithRetryAfterSeconds(int value)
int GetRetryAfterSeconds() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
void SetRetryAfterSeconds(int value)
bool RetryAfterSecondsHasBeenSet() const
AWS_ODB_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottlingException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue