7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/IPSetDescriptor.h>
65 template <
typename IPSetIdT = Aws::String>
67 m_iPSetIdHasBeenSet =
true;
68 m_iPSetId = std::forward<IPSetIdT>(value);
70 template <
typename IPSetIdT = Aws::String>
84 template <
typename NameT = Aws::String>
86 m_nameHasBeenSet =
true;
87 m_name = std::forward<NameT>(value);
89 template <
typename NameT = Aws::String>
91 SetName(std::forward<NameT>(value));
106 template <
typename IPSetDescriptorsT = Aws::Vector<IPSetDescriptor>>
108 m_iPSetDescriptorsHasBeenSet =
true;
109 m_iPSetDescriptors = std::forward<IPSetDescriptorsT>(value);
111 template <
typename IPSetDescriptorsT = Aws::Vector<IPSetDescriptor>>
116 template <
typename IPSetDescriptorsT = IPSetDescriptor>
118 m_iPSetDescriptorsHasBeenSet =
true;
119 m_iPSetDescriptors.emplace_back(std::forward<IPSetDescriptorsT>(value));
129 bool m_iPSetIdHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
131 bool m_iPSetDescriptorsHasBeenSet =
false;
bool IPSetDescriptorsHasBeenSet() const
const Aws::String & GetIPSetId() const
IPSet & WithName(NameT &&value)
AWS_WAF_API IPSet()=default
const Aws::String & GetName() const
AWS_WAF_API IPSet(Aws::Utils::Json::JsonView jsonValue)
bool IPSetIdHasBeenSet() const
AWS_WAF_API IPSet & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIPSetId(IPSetIdT &&value)
bool NameHasBeenSet() const
const Aws::Vector< IPSetDescriptor > & GetIPSetDescriptors() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
IPSet & WithIPSetId(IPSetIdT &&value)
IPSet & AddIPSetDescriptors(IPSetDescriptorsT &&value)
IPSet & WithIPSetDescriptors(IPSetDescriptorsT &&value)
void SetIPSetDescriptors(IPSetDescriptorsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue