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>
47 template<
typename RegexPatternSetIdT = Aws::String>
48 void SetRegexPatternSetId(RegexPatternSetIdT&& value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value); }
49 template<
typename RegexPatternSetIdT = Aws::String>
60 template<
typename UpdatesT = Aws::Vector<RegexPatternSetUpdate>>
61 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
62 template<
typename UpdatesT = Aws::Vector<RegexPatternSetUpdate>>
64 template<
typename UpdatesT = RegexPatternSetUpdate>
74 template<
typename ChangeTokenT = Aws::String>
75 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
76 template<
typename ChangeTokenT = Aws::String>
82 bool m_regexPatternSetIdHasBeenSet =
false;
85 bool m_updatesHasBeenSet =
false;
88 bool m_changeTokenHasBeenSet =
false;
UpdateRegexPatternSetRequest & AddUpdates(UpdatesT &&value)
AWS_WAF_API UpdateRegexPatternSetRequest()=default
UpdateRegexPatternSetRequest & WithUpdates(UpdatesT &&value)
const Aws::String & GetChangeToken() const
UpdateRegexPatternSetRequest & WithChangeToken(ChangeTokenT &&value)
void SetChangeToken(ChangeTokenT &&value)
const Aws::Vector< RegexPatternSetUpdate > & GetUpdates() const
const Aws::String & GetRegexPatternSetId() const
bool UpdatesHasBeenSet() const
UpdateRegexPatternSetRequest & WithRegexPatternSetId(RegexPatternSetIdT &&value)
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RegexPatternSetIdHasBeenSet() const
bool ChangeTokenHasBeenSet() const
void SetRegexPatternSetId(RegexPatternSetIdT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
void SetUpdates(UpdatesT &&value)
virtual const char * GetServiceRequestName() const override
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