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>
12#include <aws/wafv2/model/Regex.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); }
133 inline void SetLockToken(
const char* value) { m_lockTokenHasBeenSet =
true; m_lockToken.assign(value); }
141 bool m_nameHasBeenSet =
false;
144 bool m_scopeHasBeenSet =
false;
147 bool m_idHasBeenSet =
false;
150 bool m_descriptionHasBeenSet =
false;
153 bool m_regularExpressionListHasBeenSet =
false;
156 bool m_lockTokenHasBeenSet =
false;
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IdHasBeenSet() const
bool RegularExpressionListHasBeenSet() const
void SetName(Aws::String &&value)
UpdateRegexPatternSetRequest & WithScope(Scope &&value)
UpdateRegexPatternSetRequest & AddRegularExpressionList(const Regex &value)
UpdateRegexPatternSetRequest & WithName(const char *value)
UpdateRegexPatternSetRequest & WithScope(const Scope &value)
UpdateRegexPatternSetRequest & WithLockToken(const Aws::String &value)
bool ScopeHasBeenSet() const
void SetId(Aws::String &&value)
void SetScope(const Scope &value)
bool NameHasBeenSet() const
UpdateRegexPatternSetRequest & WithName(Aws::String &&value)
void SetName(const Aws::String &value)
bool LockTokenHasBeenSet() const
const Aws::String & GetName() const
UpdateRegexPatternSetRequest & WithDescription(const Aws::String &value)
AWS_WAFV2_API UpdateRegexPatternSetRequest()
UpdateRegexPatternSetRequest & WithId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetScope(Scope &&value)
const Aws::Vector< Regex > & GetRegularExpressionList() const
void SetDescription(const char *value)
UpdateRegexPatternSetRequest & WithDescription(Aws::String &&value)
void SetRegularExpressionList(const Aws::Vector< Regex > &value)
void SetId(const char *value)
UpdateRegexPatternSetRequest & WithRegularExpressionList(const Aws::Vector< Regex > &value)
void SetDescription(Aws::String &&value)
UpdateRegexPatternSetRequest & WithLockToken(Aws::String &&value)
UpdateRegexPatternSetRequest & WithId(Aws::String &&value)
UpdateRegexPatternSetRequest & WithLockToken(const char *value)
const Scope & GetScope() const
void SetId(const Aws::String &value)
void SetName(const char *value)
UpdateRegexPatternSetRequest & WithName(const Aws::String &value)
UpdateRegexPatternSetRequest & WithDescription(const char *value)
UpdateRegexPatternSetRequest & WithRegularExpressionList(Aws::Vector< Regex > &&value)
bool DescriptionHasBeenSet() const
void SetLockToken(const char *value)
const Aws::String & GetId() const
UpdateRegexPatternSetRequest & WithId(const Aws::String &value)
void SetDescription(const Aws::String &value)
const Aws::String & GetLockToken() const
void SetLockToken(const Aws::String &value)
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetRegularExpressionList(Aws::Vector< Regex > &&value)
void SetLockToken(Aws::String &&value)
const Aws::String & GetDescription() const
UpdateRegexPatternSetRequest & AddRegularExpressionList(Regex &&value)
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