7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/RegexPatternSet.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RegexPatternSetT = RegexPatternSet>
37 m_regexPatternSetHasBeenSet =
true;
38 m_regexPatternSet = std::forward<RegexPatternSetT>(value);
40 template <
typename RegexPatternSetT = RegexPatternSet>
55 template <
typename ChangeTokenT = Aws::String>
57 m_changeTokenHasBeenSet =
true;
58 m_changeToken = std::forward<ChangeTokenT>(value);
60 template <
typename ChangeTokenT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_regexPatternSetHasBeenSet =
false;
88 bool m_changeTokenHasBeenSet =
false;
89 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)
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