7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/IPSetDescriptorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
82 template<
typename ValueT = Aws::String>
83 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
84 template<
typename ValueT = Aws::String>
90 bool m_typeHasBeenSet =
false;
93 bool m_valueHasBeenSet =
false;
AWS_WAFREGIONAL_API IPSetDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
IPSetDescriptor & WithType(IPSetDescriptorType value)
AWS_WAFREGIONAL_API IPSetDescriptor(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
AWS_WAFREGIONAL_API IPSetDescriptor()=default
bool TypeHasBeenSet() const
void SetType(IPSetDescriptorType value)
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
IPSetDescriptor & WithValue(ValueT &&value)
void SetValue(ValueT &&value)
IPSetDescriptorType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue