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/waf/WAF_EXPORTS.h>
8#include <aws/waf/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 WAF
25{
26namespace Model
27{
29 {
30 public:
31 AWS_WAF_API GetWebACLResult();
34
35
37
49 inline const WebACL& GetWebACL() const{ return m_webACL; }
50 inline void SetWebACL(const WebACL& value) { m_webACL = value; }
51 inline void SetWebACL(WebACL&& value) { m_webACL = std::move(value); }
52 inline GetWebACLResult& WithWebACL(const WebACL& value) { SetWebACL(value); return *this;}
53 inline GetWebACLResult& WithWebACL(WebACL&& value) { SetWebACL(std::move(value)); return *this;}
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline GetWebACLResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline GetWebACLResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline GetWebACLResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
68 WebACL m_webACL;
69
70 Aws::String m_requestId;
71 };
72
73} // namespace Model
74} // namespace WAF
75} // namespace Aws
GetWebACLResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
GetWebACLResult & WithRequestId(Aws::String &&value)
GetWebACLResult & WithWebACL(const WebACL &value)
const WebACL & GetWebACL() const
GetWebACLResult & WithWebACL(WebACL &&value)
GetWebACLResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
void SetWebACL(const WebACL &value)
void SetRequestId(Aws::String &&value)
AWS_WAF_API GetWebACLResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API GetWebACLResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue