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/XssMatchSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename XssMatchSetT = XssMatchSet>
44 m_xssMatchSetHasBeenSet =
true;
45 m_xssMatchSet = std::forward<XssMatchSetT>(value);
47 template <
typename XssMatchSetT = XssMatchSet>
62 template <
typename ChangeTokenT = Aws::String>
64 m_changeTokenHasBeenSet =
true;
65 m_changeToken = std::forward<ChangeTokenT>(value);
67 template <
typename ChangeTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
97 bool m_xssMatchSetHasBeenSet =
false;
98 bool m_changeTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetChangeToken() const
CreateXssMatchSetResult & WithXssMatchSet(XssMatchSetT &&value)
void SetChangeToken(ChangeTokenT &&value)
const Aws::String & GetRequestId() const
AWS_WAF_API CreateXssMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API CreateXssMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateXssMatchSetResult & WithRequestId(RequestIdT &&value)
AWS_WAF_API CreateXssMatchSetResult()=default
void SetXssMatchSet(XssMatchSetT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const XssMatchSet & GetXssMatchSet() const
CreateXssMatchSetResult & WithChangeToken(ChangeTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue