7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/XssMatchSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename XssMatchSetT = XssMatchSet>
48 void SetXssMatchSet(XssMatchSetT&& value) { m_xssMatchSetHasBeenSet =
true; m_xssMatchSet = std::forward<XssMatchSetT>(value); }
49 template<
typename XssMatchSetT = XssMatchSet>
61 template<
typename ChangeTokenT = Aws::String>
62 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
63 template<
typename ChangeTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_xssMatchSetHasBeenSet =
false;
81 bool m_changeTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
CreateXssMatchSetResult & WithChangeToken(ChangeTokenT &&value)
AWS_WAFREGIONAL_API CreateXssMatchSetResult()=default
void SetChangeToken(ChangeTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetXssMatchSet(XssMatchSetT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetChangeToken() const
CreateXssMatchSetResult & WithXssMatchSet(XssMatchSetT &&value)
CreateXssMatchSetResult & WithRequestId(RequestIdT &&value)
AWS_WAFREGIONAL_API CreateXssMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAFREGIONAL_API CreateXssMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const XssMatchSet & GetXssMatchSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue