7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
11#include <aws/neptune-graph/model/PrivateGraphEndpointStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename VpcIdT = Aws::String>
39 m_vpcIdHasBeenSet =
true;
40 m_vpcId = std::forward<VpcIdT>(value);
42 template <
typename VpcIdT = Aws::String>
44 SetVpcId(std::forward<VpcIdT>(value));
54 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
56 m_subnetIdsHasBeenSet =
true;
57 m_subnetIds = std::forward<SubnetIdsT>(value);
59 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
64 template <
typename SubnetIdsT = Aws::String>
66 m_subnetIdsHasBeenSet =
true;
67 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
78 m_statusHasBeenSet =
true;
92 template <
typename VpcEndpo
intIdT = Aws::String>
94 m_vpcEndpointIdHasBeenSet =
true;
95 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
97 template <
typename VpcEndpo
intIdT = Aws::String>
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
131 bool m_vpcIdHasBeenSet =
false;
132 bool m_subnetIdsHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
134 bool m_vpcEndpointIdHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetPrivateGraphEndpointResult & AddSubnetIds(SubnetIdsT &&value)
AWS_NEPTUNEGRAPH_API GetPrivateGraphEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPrivateGraphEndpointResult & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_NEPTUNEGRAPH_API GetPrivateGraphEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetSubnetIds(SubnetIdsT &&value)
GetPrivateGraphEndpointResult & WithStatus(PrivateGraphEndpointStatus value)
PrivateGraphEndpointStatus GetStatus() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetPrivateGraphEndpointResult & WithVpcId(VpcIdT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
GetPrivateGraphEndpointResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVpcEndpointId() const
AWS_NEPTUNEGRAPH_API GetPrivateGraphEndpointResult()=default
GetPrivateGraphEndpointResult & WithSubnetIds(SubnetIdsT &&value)
void SetStatus(PrivateGraphEndpointStatus value)
const Aws::String & GetVpcId() const
void SetVpcId(VpcIdT &&value)
void SetVpcEndpointId(VpcEndpointIdT &&value)
PrivateGraphEndpointStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue