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/ByteMatchSetUpdate.h>
47 template<
typename ByteMatchSetIdT = Aws::String>
48 void SetByteMatchSetId(ByteMatchSetIdT&& value) { m_byteMatchSetIdHasBeenSet =
true; m_byteMatchSetId = std::forward<ByteMatchSetIdT>(value); }
49 template<
typename ByteMatchSetIdT = Aws::String>
59 template<
typename ChangeTokenT = Aws::String>
60 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
61 template<
typename ChangeTokenT = Aws::String>
78 template<
typename UpdatesT = Aws::Vector<ByteMatchSetUpdate>>
79 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
80 template<
typename UpdatesT = Aws::Vector<ByteMatchSetUpdate>>
82 template<
typename UpdatesT = ByteMatchSetUpdate>
88 bool m_byteMatchSetIdHasBeenSet =
false;
91 bool m_changeTokenHasBeenSet =
false;
94 bool m_updatesHasBeenSet =
false;
bool UpdatesHasBeenSet() const
bool ByteMatchSetIdHasBeenSet() const
UpdateByteMatchSetRequest & WithChangeToken(ChangeTokenT &&value)
bool ChangeTokenHasBeenSet() const
const Aws::String & GetByteMatchSetId() const
const Aws::String & GetChangeToken() const
UpdateByteMatchSetRequest & AddUpdates(UpdatesT &&value)
AWS_WAF_API UpdateByteMatchSetRequest()=default
void SetChangeToken(ChangeTokenT &&value)
const Aws::Vector< ByteMatchSetUpdate > & GetUpdates() const
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateByteMatchSetRequest & WithByteMatchSetId(ByteMatchSetIdT &&value)
UpdateByteMatchSetRequest & WithUpdates(UpdatesT &&value)
virtual const char * GetServiceRequestName() const override
void SetByteMatchSetId(ByteMatchSetIdT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
void SetUpdates(UpdatesT &&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