7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
44 template<
typename MessageT = Aws::String>
45 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
62 bool m_messageHasBeenSet =
false;
64 int m_retryAfterSeconds{0};
65 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