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;
37 template <
typename ByteMatchSetT = ByteMatchSet>
39 m_byteMatchSetHasBeenSet =
true;
40 m_byteMatchSet = std::forward<ByteMatchSetT>(value);
42 template <
typename ByteMatchSetT = ByteMatchSet>
57 template <
typename ChangeTokenT = Aws::String>
59 m_changeTokenHasBeenSet =
true;
60 m_changeToken = std::forward<ChangeTokenT>(value);
62 template <
typename ChangeTokenT = Aws::String>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
92 bool m_byteMatchSetHasBeenSet =
false;
93 bool m_changeTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
AWS_WAF_API CreateByteMatchSetResult()=default
void SetRequestId(RequestIdT &&value)
void SetByteMatchSet(ByteMatchSetT &&value)
CreateByteMatchSetResult & WithByteMatchSet(ByteMatchSetT &&value)
const ByteMatchSet & GetByteMatchSet() const
AWS_WAF_API CreateByteMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetChangeToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
CreateByteMatchSetResult & WithChangeToken(ChangeTokenT &&value)
AWS_WAF_API CreateByteMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateByteMatchSetResult & WithRequestId(RequestIdT &&value)
void SetChangeToken(ChangeTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue