7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/waf-regional/model/WafAction.h>
12#include <aws/waf-regional/model/WebACLUpdate.h>
48 template<
typename WebACLIdT = Aws::String>
49 void SetWebACLId(WebACLIdT&& value) { m_webACLIdHasBeenSet =
true; m_webACLId = std::forward<WebACLIdT>(value); }
50 template<
typename WebACLIdT = Aws::String>
60 template<
typename ChangeTokenT = Aws::String>
61 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
62 template<
typename ChangeTokenT = Aws::String>
84 template<
typename UpdatesT = Aws::Vector<WebACLUpdate>>
85 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
86 template<
typename UpdatesT = Aws::Vector<WebACLUpdate>>
88 template<
typename UpdatesT = WebACLUpdate>
100 template<
typename DefaultActionT = WafAction>
101 void SetDefaultAction(DefaultActionT&& value) { m_defaultActionHasBeenSet =
true; m_defaultAction = std::forward<DefaultActionT>(value); }
102 template<
typename DefaultActionT = WafAction>
108 bool m_webACLIdHasBeenSet =
false;
111 bool m_changeTokenHasBeenSet =
false;
114 bool m_updatesHasBeenSet =
false;
117 bool m_defaultActionHasBeenSet =
false;
bool UpdatesHasBeenSet() const
void SetUpdates(UpdatesT &&value)
bool ChangeTokenHasBeenSet() const
UpdateWebACLRequest & WithWebACLId(WebACLIdT &&value)
const Aws::Vector< WebACLUpdate > & GetUpdates() const
UpdateWebACLRequest & WithChangeToken(ChangeTokenT &&value)
UpdateWebACLRequest & WithDefaultAction(DefaultActionT &&value)
const Aws::String & GetWebACLId() const
UpdateWebACLRequest & WithUpdates(UpdatesT &&value)
const WafAction & GetDefaultAction() const
AWS_WAFREGIONAL_API UpdateWebACLRequest()=default
const Aws::String & GetChangeToken() const
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
UpdateWebACLRequest & AddUpdates(UpdatesT &&value)
void SetDefaultAction(DefaultActionT &&value)
void SetWebACLId(WebACLIdT &&value)
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
bool WebACLIdHasBeenSet() const
void SetChangeToken(ChangeTokenT &&value)
bool DefaultActionHasBeenSet() 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