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