7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/PrivateGraphEndpointStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace NeptuneGraph {
36 template <
typename VpcIdT = Aws::String>
38 m_vpcIdHasBeenSet =
true;
39 m_vpcId = std::forward<VpcIdT>(value);
41 template <
typename VpcIdT = Aws::String>
43 SetVpcId(std::forward<VpcIdT>(value));
53 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
55 m_subnetIdsHasBeenSet =
true;
56 m_subnetIds = std::forward<SubnetIdsT>(value);
58 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
63 template <
typename SubnetIdsT = Aws::String>
65 m_subnetIdsHasBeenSet =
true;
66 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
77 m_statusHasBeenSet =
true;
91 template <
typename VpcEndpo
intIdT = Aws::String>
93 m_vpcEndpointIdHasBeenSet =
true;
94 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
96 template <
typename VpcEndpo
intIdT = Aws::String>
106 template <
typename RequestIdT = Aws::String>
108 m_requestIdHasBeenSet =
true;
109 m_requestId = std::forward<RequestIdT>(value);
111 template <
typename RequestIdT = Aws::String>
127 bool m_vpcIdHasBeenSet =
false;
128 bool m_subnetIdsHasBeenSet =
false;
129 bool m_statusHasBeenSet =
false;
130 bool m_vpcEndpointIdHasBeenSet =
false;
131 bool m_requestIdHasBeenSet =
false;
CreatePrivateGraphEndpointResult & WithRequestId(RequestIdT &&value)
AWS_NEPTUNEGRAPH_API CreatePrivateGraphEndpointResult()=default
const Aws::String & GetRequestId() const
void SetStatus(PrivateGraphEndpointStatus value)
CreatePrivateGraphEndpointResult & WithStatus(PrivateGraphEndpointStatus value)
CreatePrivateGraphEndpointResult & WithVpcEndpointId(VpcEndpointIdT &&value)
const Aws::String & GetVpcId() const
AWS_NEPTUNEGRAPH_API CreatePrivateGraphEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PrivateGraphEndpointStatus GetStatus() const
CreatePrivateGraphEndpointResult & WithSubnetIds(SubnetIdsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::String & GetVpcEndpointId() const
CreatePrivateGraphEndpointResult & WithVpcId(VpcIdT &&value)
AWS_NEPTUNEGRAPH_API CreatePrivateGraphEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVpcId(VpcIdT &&value)
void SetSubnetIds(SubnetIdsT &&value)
void SetVpcEndpointId(VpcEndpointIdT &&value)
CreatePrivateGraphEndpointResult & AddSubnetIds(SubnetIdsT &&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