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/ByteMatchSetUpdate.h>
49 inline void SetByteMatchSetId(
const char* value) { m_byteMatchSetIdHasBeenSet =
true; m_byteMatchSetId.assign(value); }
63 inline void SetChangeToken(
const char* value) { m_changeTokenHasBeenSet =
true; m_changeToken.assign(value); }
92 bool m_byteMatchSetIdHasBeenSet =
false;
95 bool m_changeTokenHasBeenSet =
false;
98 bool m_updatesHasBeenSet =
false;
bool ChangeTokenHasBeenSet() const
void SetUpdates(Aws::Vector< ByteMatchSetUpdate > &&value)
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
void SetByteMatchSetId(Aws::String &&value)
void SetChangeToken(const Aws::String &value)
UpdateByteMatchSetRequest & WithUpdates(Aws::Vector< ByteMatchSetUpdate > &&value)
UpdateByteMatchSetRequest & WithByteMatchSetId(Aws::String &&value)
UpdateByteMatchSetRequest & WithChangeToken(const char *value)
AWS_WAFREGIONAL_API UpdateByteMatchSetRequest()
UpdateByteMatchSetRequest & WithUpdates(const Aws::Vector< ByteMatchSetUpdate > &value)
bool ByteMatchSetIdHasBeenSet() const
void SetChangeToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetByteMatchSetId() const
void SetByteMatchSetId(const Aws::String &value)
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetByteMatchSetId(const char *value)
bool UpdatesHasBeenSet() const
void SetUpdates(const Aws::Vector< ByteMatchSetUpdate > &value)
UpdateByteMatchSetRequest & AddUpdates(ByteMatchSetUpdate &&value)
void SetChangeToken(const char *value)
UpdateByteMatchSetRequest & AddUpdates(const ByteMatchSetUpdate &value)
UpdateByteMatchSetRequest & WithChangeToken(Aws::String &&value)
UpdateByteMatchSetRequest & WithChangeToken(const Aws::String &value)
UpdateByteMatchSetRequest & WithByteMatchSetId(const Aws::String &value)
UpdateByteMatchSetRequest & WithByteMatchSetId(const char *value)
const Aws::String & GetChangeToken() const
const Aws::Vector< ByteMatchSetUpdate > & GetUpdates() 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