7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda-microvms/LambdaMicrovms_EXPORTS.h>
19namespace LambdaMicrovms {
41 template <
typename TypeT = Aws::String>
43 m_typeHasBeenSet =
true;
44 m_type = std::forward<TypeT>(value);
46 template <
typename TypeT = Aws::String>
48 SetType(std::forward<TypeT>(value));
57 template <
typename MessageT = Aws::String>
59 m_messageHasBeenSet =
true;
60 m_message = std::forward<MessageT>(value);
62 template <
typename MessageT = Aws::String>
72 bool m_typeHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
AWS_LAMBDAMICROVMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_LAMBDAMICROVMS_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
TooManyRequestsException & WithMessage(MessageT &&value)
bool TypeHasBeenSet() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetType() const
TooManyRequestsException & WithType(TypeT &&value)
AWS_LAMBDAMICROVMS_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
AWS_LAMBDAMICROVMS_API TooManyRequestsException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue