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;
37 template <
typename RegexMatchSetT = RegexMatchSet>
39 m_regexMatchSetHasBeenSet =
true;
40 m_regexMatchSet = std::forward<RegexMatchSetT>(value);
42 template <
typename RegexMatchSetT = RegexMatchSet>
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_regexMatchSetHasBeenSet =
false;
93 bool m_changeTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetChangeToken(ChangeTokenT &&value)
AWS_WAF_API CreateRegexMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRegexMatchSetResult & WithRegexMatchSet(RegexMatchSetT &&value)
CreateRegexMatchSetResult & WithRequestId(RequestIdT &&value)
const RegexMatchSet & GetRegexMatchSet() const
const Aws::String & GetChangeToken() const
CreateRegexMatchSetResult & WithChangeToken(ChangeTokenT &&value)
const Aws::String & GetRequestId() const
AWS_WAF_API CreateRegexMatchSetResult()=default
void SetRequestId(RequestIdT &&value)
void SetRegexMatchSet(RegexMatchSetT &&value)
AWS_WAF_API CreateRegexMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue