AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteXssMatchSetResult.h
1
6#pragma once
7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace WAFRegional
24{
25namespace Model
26{
34 {
35 public:
36 AWS_WAFREGIONAL_API DeleteXssMatchSetResult();
39
40
42
48 inline const Aws::String& GetChangeToken() const{ return m_changeToken; }
49 inline void SetChangeToken(const Aws::String& value) { m_changeToken = value; }
50 inline void SetChangeToken(Aws::String&& value) { m_changeToken = std::move(value); }
51 inline void SetChangeToken(const char* value) { m_changeToken.assign(value); }
52 inline DeleteXssMatchSetResult& WithChangeToken(const Aws::String& value) { SetChangeToken(value); return *this;}
53 inline DeleteXssMatchSetResult& WithChangeToken(Aws::String&& value) { SetChangeToken(std::move(value)); return *this;}
54 inline DeleteXssMatchSetResult& WithChangeToken(const char* value) { SetChangeToken(value); return *this;}
56
58
59 inline const Aws::String& GetRequestId() const{ return m_requestId; }
60 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
61 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
62 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
63 inline DeleteXssMatchSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
64 inline DeleteXssMatchSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
65 inline DeleteXssMatchSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
67 private:
68
69 Aws::String m_changeToken;
70
71 Aws::String m_requestId;
72 };
73
74} // namespace Model
75} // namespace WAFRegional
76} // namespace Aws
AWS_WAFREGIONAL_API DeleteXssMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteXssMatchSetResult & WithRequestId(const Aws::String &value)
DeleteXssMatchSetResult & WithRequestId(const char *value)
DeleteXssMatchSetResult & WithChangeToken(const Aws::String &value)
DeleteXssMatchSetResult & WithChangeToken(const char *value)
DeleteXssMatchSetResult & WithRequestId(Aws::String &&value)
AWS_WAFREGIONAL_API DeleteXssMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteXssMatchSetResult & WithChangeToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue