7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/waf/model/RegexPatternSetUpdate.h>
49 inline void SetRegexPatternSetId(
const char* value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId.assign(value); }
78 inline void SetChangeToken(
const char* value) { m_changeTokenHasBeenSet =
true; m_changeToken.assign(value); }
86 bool m_regexPatternSetIdHasBeenSet =
false;
89 bool m_updatesHasBeenSet =
false;
92 bool m_changeTokenHasBeenSet =
false;
UpdateRegexPatternSetRequest & WithChangeToken(Aws::String &&value)
AWS_WAF_API UpdateRegexPatternSetRequest()
UpdateRegexPatternSetRequest & WithUpdates(Aws::Vector< RegexPatternSetUpdate > &&value)
void SetUpdates(const Aws::Vector< RegexPatternSetUpdate > &value)
UpdateRegexPatternSetRequest & WithRegexPatternSetId(const Aws::String &value)
void SetRegexPatternSetId(Aws::String &&value)
void SetChangeToken(const Aws::String &value)
UpdateRegexPatternSetRequest & WithRegexPatternSetId(Aws::String &&value)
const Aws::String & GetChangeToken() const
const Aws::Vector< RegexPatternSetUpdate > & GetUpdates() const
UpdateRegexPatternSetRequest & WithUpdates(const Aws::Vector< RegexPatternSetUpdate > &value)
UpdateRegexPatternSetRequest & WithRegexPatternSetId(const char *value)
const Aws::String & GetRegexPatternSetId() const
bool UpdatesHasBeenSet() const
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateRegexPatternSetRequest & WithChangeToken(const char *value)
bool RegexPatternSetIdHasBeenSet() const
bool ChangeTokenHasBeenSet() const
UpdateRegexPatternSetRequest & AddUpdates(const RegexPatternSetUpdate &value)
void SetRegexPatternSetId(const char *value)
void SetChangeToken(const char *value)
void SetUpdates(Aws::Vector< RegexPatternSetUpdate > &&value)
UpdateRegexPatternSetRequest & WithChangeToken(const Aws::String &value)
AWS_WAF_API Aws::String SerializePayload() const override
void SetChangeToken(Aws::String &&value)
UpdateRegexPatternSetRequest & AddUpdates(RegexPatternSetUpdate &&value)
virtual const char * GetServiceRequestName() const override
void SetRegexPatternSetId(const Aws::String &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