7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetByteMatchSetId(
const char* value) { m_byteMatchSetIdHasBeenSet =
true; m_byteMatchSetId.assign(value); }
55 bool m_byteMatchSetIdHasBeenSet =
false;
void SetByteMatchSetId(const char *value)
bool ByteMatchSetIdHasBeenSet() const
GetByteMatchSetRequest & WithByteMatchSetId(const Aws::String &value)
void SetByteMatchSetId(Aws::String &&value)
void SetByteMatchSetId(const Aws::String &value)
const Aws::String & GetByteMatchSetId() const
AWS_WAFREGIONAL_API GetByteMatchSetRequest()
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetByteMatchSetRequest & WithByteMatchSetId(Aws::String &&value)
GetByteMatchSetRequest & WithByteMatchSetId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String