7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServerlessApplicationRepository
49 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
72 bool m_errorCodeHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
void SetErrorCode(Aws::String &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
void SetMessage(Aws::String &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetErrorCode() const
TooManyRequestsException & WithMessage(const Aws::String &value)
TooManyRequestsException & WithErrorCode(Aws::String &&value)
TooManyRequestsException & WithErrorCode(const Aws::String &value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
TooManyRequestsException & WithMessage(const char *value)
TooManyRequestsException & WithErrorCode(const char *value)
void SetMessage(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
TooManyRequestsException & WithMessage(Aws::String &&value)
void SetErrorCode(const Aws::String &value)
void SetErrorCode(const char *value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API TooManyRequestsException()
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue