7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/XssMatchSet.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename XssMatchSetT = XssMatchSet>
43 m_xssMatchSetHasBeenSet =
true;
44 m_xssMatchSet = std::forward<XssMatchSetT>(value);
46 template <
typename XssMatchSetT = XssMatchSet>
61 template <
typename ChangeTokenT = Aws::String>
63 m_changeTokenHasBeenSet =
true;
64 m_changeToken = std::forward<ChangeTokenT>(value);
66 template <
typename ChangeTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_xssMatchSetHasBeenSet =
false;
94 bool m_changeTokenHasBeenSet =
false;
95 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)
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