AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetWebACLResult.h
1
6#pragma once
7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/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 WAFV2
25{
26namespace Model
27{
29 {
30 public:
31 AWS_WAFV2_API GetWebACLResult();
34
35
37
41 inline const WebACL& GetWebACL() const{ return m_webACL; }
42 inline void SetWebACL(const WebACL& value) { m_webACL = value; }
43 inline void SetWebACL(WebACL&& value) { m_webACL = std::move(value); }
44 inline GetWebACLResult& WithWebACL(const WebACL& value) { SetWebACL(value); return *this;}
45 inline GetWebACLResult& WithWebACL(WebACL&& value) { SetWebACL(std::move(value)); return *this;}
47
49
59 inline const Aws::String& GetLockToken() const{ return m_lockToken; }
60 inline void SetLockToken(const Aws::String& value) { m_lockToken = value; }
61 inline void SetLockToken(Aws::String&& value) { m_lockToken = std::move(value); }
62 inline void SetLockToken(const char* value) { m_lockToken.assign(value); }
63 inline GetWebACLResult& WithLockToken(const Aws::String& value) { SetLockToken(value); return *this;}
64 inline GetWebACLResult& WithLockToken(Aws::String&& value) { SetLockToken(std::move(value)); return *this;}
65 inline GetWebACLResult& WithLockToken(const char* value) { SetLockToken(value); return *this;}
67
69
80 inline const Aws::String& GetApplicationIntegrationURL() const{ return m_applicationIntegrationURL; }
81 inline void SetApplicationIntegrationURL(const Aws::String& value) { m_applicationIntegrationURL = value; }
82 inline void SetApplicationIntegrationURL(Aws::String&& value) { m_applicationIntegrationURL = std::move(value); }
83 inline void SetApplicationIntegrationURL(const char* value) { m_applicationIntegrationURL.assign(value); }
86 inline GetWebACLResult& WithApplicationIntegrationURL(const char* value) { SetApplicationIntegrationURL(value); return *this;}
88
90
91 inline const Aws::String& GetRequestId() const{ return m_requestId; }
92 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
93 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
94 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
95 inline GetWebACLResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
96 inline GetWebACLResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
97 inline GetWebACLResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
99 private:
100
101 WebACL m_webACL;
102
103 Aws::String m_lockToken;
104
105 Aws::String m_applicationIntegrationURL;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace WAFV2
112} // namespace Aws
const Aws::String & GetLockToken() const
void SetRequestId(Aws::String &&value)
GetWebACLResult & WithRequestId(const Aws::String &value)
GetWebACLResult & WithWebACL(WebACL &&value)
void SetApplicationIntegrationURL(const char *value)
void SetLockToken(Aws::String &&value)
void SetApplicationIntegrationURL(Aws::String &&value)
void SetLockToken(const char *value)
const Aws::String & GetRequestId() const
GetWebACLResult & WithRequestId(Aws::String &&value)
void SetApplicationIntegrationURL(const Aws::String &value)
GetWebACLResult & WithWebACL(const WebACL &value)
AWS_WAFV2_API GetWebACLResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
void SetLockToken(const Aws::String &value)
GetWebACLResult & WithLockToken(Aws::String &&value)
GetWebACLResult & WithLockToken(const Aws::String &value)
void SetWebACL(const WebACL &value)
const Aws::String & GetApplicationIntegrationURL() const
GetWebACLResult & WithApplicationIntegrationURL(Aws::String &&value)
AWS_WAFV2_API GetWebACLResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWebACLResult & WithApplicationIntegrationURL(const Aws::String &value)
GetWebACLResult & WithLockToken(const char *value)
GetWebACLResult & WithRequestId(const char *value)
GetWebACLResult & WithApplicationIntegrationURL(const char *value)
void SetRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue