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