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>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
69 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
83 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
84 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
98 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
156 inline void SetLockToken(
const char* value) { m_lockTokenHasBeenSet =
true; m_lockToken.assign(value); }
164 bool m_nameHasBeenSet =
false;
167 bool m_scopeHasBeenSet =
false;
170 bool m_idHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
176 bool m_addressesHasBeenSet =
false;
179 bool m_lockTokenHasBeenSet =
false;
UpdateIPSetRequest & WithAddresses(const Aws::Vector< Aws::String > &value)
UpdateIPSetRequest & WithLockToken(Aws::String &&value)
UpdateIPSetRequest & WithDescription(Aws::String &&value)
const Aws::String & GetName() const
UpdateIPSetRequest & WithName(const Aws::String &value)
UpdateIPSetRequest & WithId(const char *value)
void SetAddresses(const Aws::Vector< Aws::String > &value)
void SetLockToken(const Aws::String &value)
void SetName(const char *value)
bool ScopeHasBeenSet() const
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateIPSetRequest & WithDescription(const Aws::String &value)
void SetName(Aws::String &&value)
bool AddressesHasBeenSet() const
const Scope & GetScope() const
void SetName(const Aws::String &value)
UpdateIPSetRequest & WithDescription(const char *value)
AWS_WAFV2_API Aws::String SerializePayload() const override
UpdateIPSetRequest & WithScope(const Scope &value)
void SetDescription(const char *value)
void SetDescription(Aws::String &&value)
UpdateIPSetRequest & WithId(Aws::String &&value)
UpdateIPSetRequest & WithId(const Aws::String &value)
void SetScope(const Scope &value)
void SetId(Aws::String &&value)
UpdateIPSetRequest & WithLockToken(const char *value)
UpdateIPSetRequest & WithName(const char *value)
void SetLockToken(Aws::String &&value)
void SetId(const Aws::String &value)
UpdateIPSetRequest & WithAddresses(Aws::Vector< Aws::String > &&value)
void SetLockToken(const char *value)
UpdateIPSetRequest & AddAddresses(Aws::String &&value)
void SetScope(Scope &&value)
const Aws::Vector< Aws::String > & GetAddresses() const
bool NameHasBeenSet() const
bool LockTokenHasBeenSet() const
UpdateIPSetRequest & WithScope(Scope &&value)
UpdateIPSetRequest & WithLockToken(const Aws::String &value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
UpdateIPSetRequest & WithName(Aws::String &&value)
const Aws::String & GetLockToken() const
AWS_WAFV2_API UpdateIPSetRequest()
void SetDescription(const Aws::String &value)
void SetId(const char *value)
void SetAddresses(Aws::Vector< Aws::String > &&value)
UpdateIPSetRequest & AddAddresses(const char *value)
virtual const char * GetServiceRequestName() const override
UpdateIPSetRequest & AddAddresses(const Aws::String &value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector