7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
58 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
64 bool m_messageHasBeenSet =
false;
66 int m_retryAfterSeconds;
67 bool m_retryAfterSecondsHasBeenSet =
false;
AWS_ACCESSANALYZER_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithMessage(const Aws::String &value)
void SetRetryAfterSeconds(int value)
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
bool RetryAfterSecondsHasBeenSet() const
int GetRetryAfterSeconds() const
AWS_ACCESSANALYZER_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
ThrottlingException & WithMessage(Aws::String &&value)
ThrottlingException & WithRetryAfterSeconds(int value)
bool MessageHasBeenSet() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_ACCESSANALYZER_API ThrottlingException()
ThrottlingException & WithMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue