7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AccessAnalyzer {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
57 m_retryAfterSecondsHasBeenSet =
true;
58 m_retryAfterSeconds = value;
68 int m_retryAfterSeconds{0};
69 bool m_messageHasBeenSet =
false;
70 bool m_retryAfterSecondsHasBeenSet =
false;
AWS_ACCESSANALYZER_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
void SetRetryAfterSeconds(int value)
ThrottlingException & WithMessage(MessageT &&value)
bool RetryAfterSecondsHasBeenSet() const
int GetRetryAfterSeconds() const
AWS_ACCESSANALYZER_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithRetryAfterSeconds(int value)
AWS_ACCESSANALYZER_API ThrottlingException()=default
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue