7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
60 inline long long GetMax()
const{
return m_max; }
62 inline void SetMax(
long long value) { m_maxHasBeenSet =
true; m_max = value; }
68 bool m_typeHasBeenSet =
false;
71 bool m_maxHasBeenSet =
false;
bool TypeHasBeenSet() const
AWS_SHIELD_API Limit(Aws::Utils::Json::JsonView jsonValue)
void SetType(Aws::String &&value)
const Aws::String & GetType() const
void SetType(const char *value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
Limit & WithType(Aws::String &&value)
Limit & WithMax(long long value)
bool MaxHasBeenSet() const
void SetMax(long long value)
Limit & WithType(const char *value)
Limit & WithType(const Aws::String &value)
AWS_SHIELD_API Limit & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue