7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/IPSetDescriptorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
86 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
94 bool m_typeHasBeenSet =
false;
97 bool m_valueHasBeenSet =
false;
AWS_WAF_API IPSetDescriptor()
IPSetDescriptor & WithValue(Aws::String &&value)
void SetValue(const Aws::String &value)
bool TypeHasBeenSet() const
void SetType(IPSetDescriptorType &&value)
bool ValueHasBeenSet() const
void SetType(const IPSetDescriptorType &value)
const Aws::String & GetValue() const
IPSetDescriptor & WithType(const IPSetDescriptorType &value)
IPSetDescriptor & WithType(IPSetDescriptorType &&value)
IPSetDescriptor & WithValue(const Aws::String &value)
void SetValue(const char *value)
const IPSetDescriptorType & GetType() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(Aws::String &&value)
AWS_WAF_API IPSetDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API IPSetDescriptor(Aws::Utils::Json::JsonView jsonValue)
IPSetDescriptor & WithValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue