7#include <aws/shield/Shield_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); }
61 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
71 inline long long GetLimit()
const{
return m_limit; }
73 inline void SetLimit(
long long value) { m_limitHasBeenSet =
true; m_limit = value; }
79 bool m_messageHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
85 bool m_limitHasBeenSet =
false;
LimitsExceededException & WithType(const Aws::String &value)
void SetMessage(const char *value)
long long GetLimit() const
LimitsExceededException & WithLimit(long long value)
void SetType(Aws::String &&value)
bool LimitHasBeenSet() const
const Aws::String & GetType() const
AWS_SHIELD_API LimitsExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
LimitsExceededException & WithType(Aws::String &&value)
LimitsExceededException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
bool TypeHasBeenSet() const
void SetType(const char *value)
AWS_SHIELD_API LimitsExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API LimitsExceededException()
LimitsExceededException & WithMessage(const Aws::String &value)
LimitsExceededException & WithMessage(Aws::String &&value)
void SetLimit(long long value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
LimitsExceededException & WithType(const char *value)
void SetType(const Aws::String &value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue