7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/Shield_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename TypeT = Aws::String>
59 m_typeHasBeenSet =
true;
60 m_type = std::forward<TypeT>(value);
62 template <
typename TypeT = Aws::String>
64 SetType(std::forward<TypeT>(value));
73 inline long long GetLimit()
const {
return m_limit; }
76 m_limitHasBeenSet =
true;
90 bool m_messageHasBeenSet =
false;
91 bool m_typeHasBeenSet =
false;
92 bool m_limitHasBeenSet =
false;
long long GetLimit() const
LimitsExceededException & WithLimit(long long value)
void SetType(TypeT &&value)
bool LimitHasBeenSet() const
const Aws::String & GetType() const
AWS_SHIELD_API LimitsExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
LimitsExceededException & WithType(TypeT &&value)
bool TypeHasBeenSet() const
AWS_SHIELD_API LimitsExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetLimit(long long value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
LimitsExceededException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
AWS_SHIELD_API LimitsExceededException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue