7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/IPSetDescriptorType.h>
51 m_typeHasBeenSet =
true;
82 template <
typename ValueT = Aws::String>
84 m_valueHasBeenSet =
true;
85 m_value = std::forward<ValueT>(value);
87 template <
typename ValueT = Aws::String>
89 SetValue(std::forward<ValueT>(value));
97 bool m_typeHasBeenSet =
false;
98 bool m_valueHasBeenSet =
false;
void SetType(IPSetDescriptorType value)
bool TypeHasBeenSet() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
AWS_WAF_API IPSetDescriptor()=default
IPSetDescriptor & WithValue(ValueT &&value)
const Aws::String & GetValue() const
IPSetDescriptorType GetType() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
IPSetDescriptor & WithType(IPSetDescriptorType value)
AWS_WAF_API IPSetDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API IPSetDescriptor(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue