AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
DeletePrivateGraphEndpointResult.h
1
6#pragma once
7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune-graph/model/PrivateGraphEndpointStatus.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace NeptuneGraph
26{
27namespace Model
28{
30 {
31 public:
32 AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult() = default;
35
36
38
41 inline const Aws::String& GetVpcId() const { return m_vpcId; }
42 template<typename VpcIdT = Aws::String>
43 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::forward<VpcIdT>(value); }
44 template<typename VpcIdT = Aws::String>
45 DeletePrivateGraphEndpointResult& WithVpcId(VpcIdT&& value) { SetVpcId(std::forward<VpcIdT>(value)); return *this;}
47
49
52 inline const Aws::Vector<Aws::String>& GetSubnetIds() const { return m_subnetIds; }
53 template<typename SubnetIdsT = Aws::Vector<Aws::String>>
54 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds = std::forward<SubnetIdsT>(value); }
55 template<typename SubnetIdsT = Aws::Vector<Aws::String>>
56 DeletePrivateGraphEndpointResult& WithSubnetIds(SubnetIdsT&& value) { SetSubnetIds(std::forward<SubnetIdsT>(value)); return *this;}
57 template<typename SubnetIdsT = Aws::String>
58 DeletePrivateGraphEndpointResult& AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value)); return *this; }
60
62
65 inline PrivateGraphEndpointStatus GetStatus() const { return m_status; }
66 inline void SetStatus(PrivateGraphEndpointStatus value) { m_statusHasBeenSet = true; m_status = value; }
69
71
74 inline const Aws::String& GetVpcEndpointId() const { return m_vpcEndpointId; }
75 template<typename VpcEndpointIdT = Aws::String>
76 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
77 template<typename VpcEndpointIdT = Aws::String>
78 DeletePrivateGraphEndpointResult& WithVpcEndpointId(VpcEndpointIdT&& value) { SetVpcEndpointId(std::forward<VpcEndpointIdT>(value)); return *this;}
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template<typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
86 template<typename RequestIdT = Aws::String>
87 DeletePrivateGraphEndpointResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
89 private:
90
91 Aws::String m_vpcId;
92 bool m_vpcIdHasBeenSet = false;
93
94 Aws::Vector<Aws::String> m_subnetIds;
95 bool m_subnetIdsHasBeenSet = false;
96
98 bool m_statusHasBeenSet = false;
99
100 Aws::String m_vpcEndpointId;
101 bool m_vpcEndpointIdHasBeenSet = false;
102
103 Aws::String m_requestId;
104 bool m_requestIdHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace NeptuneGraph
109} // namespace Aws
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeletePrivateGraphEndpointResult & WithRequestId(RequestIdT &&value)
DeletePrivateGraphEndpointResult & WithVpcId(VpcIdT &&value)
DeletePrivateGraphEndpointResult & AddSubnetIds(SubnetIdsT &&value)
DeletePrivateGraphEndpointResult & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult()=default
DeletePrivateGraphEndpointResult & WithSubnetIds(SubnetIdsT &&value)
DeletePrivateGraphEndpointResult & WithStatus(PrivateGraphEndpointStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue