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>
21namespace NeptuneGraph {
42 template <
typename VpcIdT = Aws::String>
44 m_vpcIdHasBeenSet =
true;
45 m_vpcId = std::forward<VpcIdT>(value);
47 template <
typename VpcIdT = Aws::String>
49 SetVpcId(std::forward<VpcIdT>(value));
60 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
62 m_subnetIdsHasBeenSet =
true;
63 m_subnetIds = std::forward<SubnetIdsT>(value);
65 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
70 template <
typename SubnetIdsT = Aws::String>
72 m_subnetIdsHasBeenSet =
true;
73 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
85 m_statusHasBeenSet =
true;
100 template <
typename VpcEndpo
intIdT = Aws::String>
102 m_vpcEndpointIdHasBeenSet =
true;
103 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
105 template <
typename VpcEndpo
intIdT = Aws::String>
119 bool m_vpcIdHasBeenSet =
false;
120 bool m_subnetIdsHasBeenSet =
false;
121 bool m_statusHasBeenSet =
false;
122 bool m_vpcEndpointIdHasBeenSet =
false;
PrivateGraphEndpointSummary & WithSubnetIds(SubnetIdsT &&value)
AWS_NEPTUNEGRAPH_API PrivateGraphEndpointSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSubnetIds(SubnetIdsT &&value)
bool VpcIdHasBeenSet() const
void SetStatus(PrivateGraphEndpointStatus value)
PrivateGraphEndpointSummary & WithStatus(PrivateGraphEndpointStatus value)
bool VpcEndpointIdHasBeenSet() const
PrivateGraphEndpointSummary & WithVpcId(VpcIdT &&value)
PrivateGraphEndpointSummary & WithVpcEndpointId(VpcEndpointIdT &&value)
void SetVpcEndpointId(VpcEndpointIdT &&value)
PrivateGraphEndpointStatus GetStatus() const
void SetVpcId(VpcIdT &&value)
AWS_NEPTUNEGRAPH_API PrivateGraphEndpointSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEGRAPH_API PrivateGraphEndpointSummary()=default
const Aws::String & GetVpcEndpointId() const
PrivateGraphEndpointSummary & AddSubnetIds(SubnetIdsT &&value)
const Aws::String & GetVpcId() const
bool StatusHasBeenSet() const
bool SubnetIdsHasBeenSet() const
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
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