7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
59 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
67 bool m_messageHasBeenSet =
false;
70 bool m_codeHasBeenSet =
false;
void SetCode(const Aws::String &value)
void SetCode(Aws::String &&value)
bool CodeHasBeenSet() const
ServiceLimitExceededException & WithCode(const Aws::String &value)
AWS_SIGNER_API ServiceLimitExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API ServiceLimitExceededException()
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
AWS_SIGNER_API ServiceLimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
ServiceLimitExceededException & WithMessage(Aws::String &&value)
ServiceLimitExceededException & WithCode(const char *value)
ServiceLimitExceededException & WithMessage(const Aws::String &value)
ServiceLimitExceededException & WithMessage(const char *value)
const Aws::String & GetCode() const
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceLimitExceededException & WithCode(Aws::String &&value)
void SetCode(const char *value)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue