7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/RegexPatternSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename RegexPatternSetT = RegexPatternSet>
44 void SetRegexPatternSet(RegexPatternSetT&& value) { m_regexPatternSetHasBeenSet =
true; m_regexPatternSet = std::forward<RegexPatternSetT>(value); }
45 template<
typename RegexPatternSetT = RegexPatternSet>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_regexPatternSetHasBeenSet =
false;
63 bool m_requestIdHasBeenSet =
false;
AWS_WAFREGIONAL_API GetRegexPatternSetResult()=default
void SetRegexPatternSet(RegexPatternSetT &&value)
AWS_WAFREGIONAL_API GetRegexPatternSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_WAFREGIONAL_API GetRegexPatternSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegexPatternSetResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const RegexPatternSet & GetRegexPatternSet() const
GetRegexPatternSetResult & WithRegexPatternSet(RegexPatternSetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue