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/SqlInjectionMatchSetUpdate.h>
52 template<
typename SqlInjectionMatchSetIdT = Aws::String>
53 void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT&& value) { m_sqlInjectionMatchSetIdHasBeenSet =
true; m_sqlInjectionMatchSetId = std::forward<SqlInjectionMatchSetIdT>(value); }
54 template<
typename SqlInjectionMatchSetIdT = Aws::String>
64 template<
typename ChangeTokenT = Aws::String>
65 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
66 template<
typename ChangeTokenT = Aws::String>
83 template<
typename UpdatesT = Aws::Vector<SqlInjectionMatchSetUpdate>>
84 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
85 template<
typename UpdatesT = Aws::Vector<SqlInjectionMatchSetUpdate>>
87 template<
typename UpdatesT = SqlInjectionMatchSetUpdate>
93 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
96 bool m_changeTokenHasBeenSet =
false;
99 bool m_updatesHasBeenSet =
false;
const Aws::Vector< SqlInjectionMatchSetUpdate > & GetUpdates() const
const Aws::String & GetChangeToken() const
void SetChangeToken(ChangeTokenT &&value)
bool ChangeTokenHasBeenSet() const
void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
virtual const char * GetServiceRequestName() const override
bool UpdatesHasBeenSet() const
const Aws::String & GetSqlInjectionMatchSetId() const
void SetUpdates(UpdatesT &&value)
UpdateSqlInjectionMatchSetRequest & WithUpdates(UpdatesT &&value)
AWS_WAF_API UpdateSqlInjectionMatchSetRequest()=default
UpdateSqlInjectionMatchSetRequest & AddUpdates(UpdatesT &&value)
UpdateSqlInjectionMatchSetRequest & WithSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
bool SqlInjectionMatchSetIdHasBeenSet() const
UpdateSqlInjectionMatchSetRequest & WithChangeToken(ChangeTokenT &&value)
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() 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