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/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/WebACLSummary.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 CreateWebACLResult();
34
35
37
43 inline const WebACLSummary& GetSummary() const{ return m_summary; }
44 inline void SetSummary(const WebACLSummary& value) { m_summary = value; }
45 inline void SetSummary(WebACLSummary&& value) { m_summary = std::move(value); }
46 inline CreateWebACLResult& WithSummary(const WebACLSummary& value) { SetSummary(value); return *this;}
47 inline CreateWebACLResult& WithSummary(WebACLSummary&& value) { SetSummary(std::move(value)); return *this;}
49
51
52 inline const Aws::String& GetRequestId() const{ return m_requestId; }
53 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
54 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
55 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
56 inline CreateWebACLResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
57 inline CreateWebACLResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
58 inline CreateWebACLResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
60 private:
61
62 WebACLSummary m_summary;
63
64 Aws::String m_requestId;
65 };
66
67} // namespace Model
68} // namespace WAFV2
69} // namespace Aws
void SetSummary(WebACLSummary &&value)
CreateWebACLResult & WithSummary(const WebACLSummary &value)
void SetSummary(const WebACLSummary &value)
CreateWebACLResult & WithRequestId(const Aws::String &value)
AWS_WAFV2_API CreateWebACLResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAFV2_API CreateWebACLResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
CreateWebACLResult & WithRequestId(const char *value)
CreateWebACLResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
CreateWebACLResult & WithSummary(WebACLSummary &&value)
const WebACLSummary & GetSummary() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue