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>
48 template<
typename VpcIdT = Aws::String>
49 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
50 template<
typename VpcIdT = Aws::String>
60 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
61 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
62 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
64 template<
typename SubnetIdsT = Aws::String>
84 template<
typename VpcEndpo
intIdT = Aws::String>
85 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
86 template<
typename VpcEndpo
intIdT = Aws::String>
92 bool m_vpcIdHasBeenSet =
false;
95 bool m_subnetIdsHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
101 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