7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Organizations
49 template<
typename TypeT = Aws::String>
50 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
51 template<
typename TypeT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_typeHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
void SetMessage(MessageT &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
TooManyRequestsException & WithType(TypeT &&value)
AWS_ORGANIZATIONS_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ORGANIZATIONS_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_ORGANIZATIONS_API TooManyRequestsException()=default
void SetType(TypeT &&value)
AWS_ORGANIZATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
TooManyRequestsException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue