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>
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>
100 template<
typename RegularExpressionListT = Aws::Vector<Regex>>
102 template<
typename RegularExpressionListT = Aws::Vector<Regex>>
104 template<
typename RegularExpressionListT = Regex>
121 template<
typename LockTokenT = Aws::String>
123 template<
typename LockTokenT = Aws::String>
129 bool m_nameHasBeenSet =
false;
132 bool m_scopeHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
141 bool m_regularExpressionListHasBeenSet =
false;
144 bool m_lockTokenHasBeenSet =
false;
UpdateRegexPatternSetRequest & WithLockToken(LockTokenT &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IdHasBeenSet() const
bool RegularExpressionListHasBeenSet() const
UpdateRegexPatternSetRequest & WithName(NameT &&value)
void SetLockToken(LockTokenT &&value)
bool ScopeHasBeenSet() const
bool NameHasBeenSet() const
bool LockTokenHasBeenSet() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
void SetScope(Scope value)
const Aws::Vector< Regex > & GetRegularExpressionList() const
UpdateRegexPatternSetRequest & WithRegularExpressionList(RegularExpressionListT &&value)
void SetDescription(DescriptionT &&value)
void SetRegularExpressionList(RegularExpressionListT &&value)
AWS_WAFV2_API UpdateRegexPatternSetRequest()=default
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetId() const
UpdateRegexPatternSetRequest & AddRegularExpressionList(RegularExpressionListT &&value)
UpdateRegexPatternSetRequest & WithScope(Scope value)
const Aws::String & GetLockToken() const
UpdateRegexPatternSetRequest & WithDescription(DescriptionT &&value)
AWS_WAFV2_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
UpdateRegexPatternSetRequest & WithId(IdT &&value)
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