7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wafv2/model/Scope.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename NameT = Aws::String>
47 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
64 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
76 template<
typename IdT = Aws::String>
77 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
78 template<
typename IdT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
90 template<
typename DescriptionT = Aws::String>
122 template<
typename AddressesT = Aws::Vector<Aws::String>>
124 template<
typename AddressesT = Aws::Vector<Aws::String>>
126 template<
typename AddressesT = Aws::String>
143 template<
typename LockTokenT = Aws::String>
145 template<
typename LockTokenT = Aws::String>
151 bool m_nameHasBeenSet =
false;
154 bool m_scopeHasBeenSet =
false;
157 bool m_idHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_addressesHasBeenSet =
false;
166 bool m_lockTokenHasBeenSet =
false;
UpdateIPSetRequest & WithId(IdT &&value)
void SetAddresses(AddressesT &&value)
const Aws::String & GetName() const
bool ScopeHasBeenSet() const
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateIPSetRequest & WithAddresses(AddressesT &&value)
bool AddressesHasBeenSet() const
UpdateIPSetRequest & WithName(NameT &&value)
AWS_WAFV2_API Aws::String SerializePayload() const override
UpdateIPSetRequest & WithScope(Scope value)
void SetLockToken(LockTokenT &&value)
UpdateIPSetRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetAddresses() const
UpdateIPSetRequest & AddAddresses(AddressesT &&value)
bool NameHasBeenSet() const
bool LockTokenHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
AWS_WAFV2_API UpdateIPSetRequest()=default
void SetName(NameT &&value)
const Aws::String & GetLockToken() const
UpdateIPSetRequest & WithLockToken(LockTokenT &&value)
void SetScope(Scope value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetId() const
bool IdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector