7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Organizations
51 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
71 bool m_typeHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
TooManyRequestsException & WithMessage(const Aws::String &value)
TooManyRequestsException & WithType(const char *value)
void SetType(Aws::String &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
void SetMessage(const Aws::String &value)
TooManyRequestsException & WithMessage(const char *value)
TooManyRequestsException & WithMessage(Aws::String &&value)
AWS_ORGANIZATIONS_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ORGANIZATIONS_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
bool MessageHasBeenSet() const
TooManyRequestsException & WithType(Aws::String &&value)
void SetType(const Aws::String &value)
void SetType(const char *value)
AWS_ORGANIZATIONS_API TooManyRequestsException()
TooManyRequestsException & WithType(const Aws::String &value)
AWS_ORGANIZATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue