7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
57 template<
typename TypeT = Aws::String>
58 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
59 template<
typename TypeT = Aws::String>
67 inline long long GetLimit()
const {
return m_limit; }
69 inline void SetLimit(
long long value) { m_limitHasBeenSet =
true; m_limit = value; }
75 bool m_messageHasBeenSet =
false;
78 bool m_typeHasBeenSet =
false;
81 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