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/RegexPatternSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename RegexPatternSetT = RegexPatternSet>
38 m_regexPatternSetHasBeenSet =
true;
39 m_regexPatternSet = std::forward<RegexPatternSetT>(value);
41 template <
typename RegexPatternSetT = RegexPatternSet>
56 template <
typename ChangeTokenT = Aws::String>
58 m_changeTokenHasBeenSet =
true;
59 m_changeToken = std::forward<ChangeTokenT>(value);
61 template <
typename ChangeTokenT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_regexPatternSetHasBeenSet =
false;
92 bool m_changeTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_WAF_API CreateRegexPatternSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegexPatternSet(RegexPatternSetT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const RegexPatternSet & GetRegexPatternSet() const
void SetChangeToken(ChangeTokenT &&value)
AWS_WAF_API CreateRegexPatternSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRegexPatternSetResult & WithRegexPatternSet(RegexPatternSetT &&value)
CreateRegexPatternSetResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateRegexPatternSetResult & WithChangeToken(ChangeTokenT &&value)
AWS_WAF_API CreateRegexPatternSetResult()=default
const Aws::String & GetChangeToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue