7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/ByteMatchSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 template <
typename ByteMatchSetT = ByteMatchSet>
47 m_byteMatchSetHasBeenSet =
true;
48 m_byteMatchSet = std::forward<ByteMatchSetT>(value);
50 template <
typename ByteMatchSetT = ByteMatchSet>
60 template <
typename RequestIdT = Aws::String>
62 m_requestIdHasBeenSet =
true;
63 m_requestId = std::forward<RequestIdT>(value);
65 template <
typename RequestIdT = Aws::String>
78 bool m_byteMatchSetHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetByteMatchSet(ByteMatchSetT &&value)
AWS_WAF_API GetByteMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetByteMatchSetResult & WithRequestId(RequestIdT &&value)
GetByteMatchSetResult & WithByteMatchSet(ByteMatchSetT &&value)
AWS_WAF_API GetByteMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API GetByteMatchSetResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const ByteMatchSet & GetByteMatchSet() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue