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/RegexMatchSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename RegexMatchSetT = RegexMatchSet>
40 m_regexMatchSetHasBeenSet =
true;
41 m_regexMatchSet = std::forward<RegexMatchSetT>(value);
43 template <
typename RegexMatchSetT = RegexMatchSet>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_regexMatchSetHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const RegexMatchSet & GetRegexMatchSet() const
void SetRequestId(RequestIdT &&value)
void SetRegexMatchSet(RegexMatchSetT &&value)
GetRegexMatchSetResult & WithRegexMatchSet(RegexMatchSetT &&value)
AWS_WAF_API GetRegexMatchSetResult()=default
AWS_WAF_API GetRegexMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegexMatchSetResult & WithRequestId(RequestIdT &&value)
AWS_WAF_API GetRegexMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue