AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetXssMatchSetResult.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace WAFRegional
25{
26namespace Model
27{
35 {
36 public:
37 AWS_WAFREGIONAL_API GetXssMatchSetResult();
40
41
43
53 inline const XssMatchSet& GetXssMatchSet() const{ return m_xssMatchSet; }
54 inline void SetXssMatchSet(const XssMatchSet& value) { m_xssMatchSet = value; }
55 inline void SetXssMatchSet(XssMatchSet&& value) { m_xssMatchSet = std::move(value); }
56 inline GetXssMatchSetResult& WithXssMatchSet(const XssMatchSet& value) { SetXssMatchSet(value); return *this;}
57 inline GetXssMatchSetResult& WithXssMatchSet(XssMatchSet&& value) { SetXssMatchSet(std::move(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline GetXssMatchSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline GetXssMatchSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline GetXssMatchSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 XssMatchSet m_xssMatchSet;
73
74 Aws::String m_requestId;
75 };
76
77} // namespace Model
78} // namespace WAFRegional
79} // namespace Aws
GetXssMatchSetResult & WithXssMatchSet(XssMatchSet &&value)
GetXssMatchSetResult & WithRequestId(const char *value)
AWS_WAFREGIONAL_API GetXssMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetXssMatchSetResult & WithRequestId(const Aws::String &value)
GetXssMatchSetResult & WithRequestId(Aws::String &&value)
AWS_WAFREGIONAL_API GetXssMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetXssMatchSetResult & WithXssMatchSet(const XssMatchSet &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue