7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/RegexMatchSet.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename RegexMatchSetT = RegexMatchSet>
38 m_regexMatchSetHasBeenSet =
true;
39 m_regexMatchSet = std::forward<RegexMatchSetT>(value);
41 template <
typename RegexMatchSetT = RegexMatchSet>
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>
88 bool m_regexMatchSetHasBeenSet =
false;
89 bool m_changeTokenHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
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