AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateWebACLResult.h
1
6#pragma once
7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/WebACL.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{
29 {
30 public:
31 AWS_WAFREGIONAL_API CreateWebACLResult();
34
35
37
40 inline const WebACL& GetWebACL() const{ return m_webACL; }
41 inline void SetWebACL(const WebACL& value) { m_webACL = value; }
42 inline void SetWebACL(WebACL&& value) { m_webACL = std::move(value); }
43 inline CreateWebACLResult& WithWebACL(const WebACL& value) { SetWebACL(value); return *this;}
44 inline CreateWebACLResult& WithWebACL(WebACL&& value) { SetWebACL(std::move(value)); return *this;}
46
48
54 inline const Aws::String& GetChangeToken() const{ return m_changeToken; }
55 inline void SetChangeToken(const Aws::String& value) { m_changeToken = value; }
56 inline void SetChangeToken(Aws::String&& value) { m_changeToken = std::move(value); }
57 inline void SetChangeToken(const char* value) { m_changeToken.assign(value); }
58 inline CreateWebACLResult& WithChangeToken(const Aws::String& value) { SetChangeToken(value); return *this;}
59 inline CreateWebACLResult& WithChangeToken(Aws::String&& value) { SetChangeToken(std::move(value)); return *this;}
60 inline CreateWebACLResult& WithChangeToken(const char* value) { SetChangeToken(value); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const{ return m_requestId; }
66 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
67 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
68 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline CreateWebACLResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline CreateWebACLResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline CreateWebACLResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 WebACL m_webACL;
76
77 Aws::String m_changeToken;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace WAFRegional
84} // namespace Aws
CreateWebACLResult & WithRequestId(const Aws::String &value)
CreateWebACLResult & WithChangeToken(Aws::String &&value)
AWS_WAFREGIONAL_API CreateWebACLResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetChangeToken(const Aws::String &value)
CreateWebACLResult & WithWebACL(WebACL &&value)
CreateWebACLResult & WithRequestId(const char *value)
AWS_WAFREGIONAL_API CreateWebACLResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWebACLResult & WithChangeToken(const char *value)
CreateWebACLResult & WithChangeToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
CreateWebACLResult & WithRequestId(Aws::String &&value)
CreateWebACLResult & WithWebACL(const WebACL &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue