7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.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;
GetByteMatchSetRequest & WithByteMatchSetId(ByteMatchSetIdT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
bool ByteMatchSetIdHasBeenSet() const
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_WAF_API GetByteMatchSetRequest()=default
const Aws::String & GetByteMatchSetId() const
void SetByteMatchSetId(ByteMatchSetIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String