7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/waf/WAF_EXPORTS.h>
41 template <
typename ByteMatchSetIdT = Aws::String>
43 m_byteMatchSetIdHasBeenSet =
true;
44 m_byteMatchSetId = std::forward<ByteMatchSetIdT>(value);
46 template <
typename ByteMatchSetIdT = Aws::String>
54 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