7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune-graph/NeptuneGraphRequest.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
15namespace NeptuneGraph {
43 template <
typename GraphIdentifierT = Aws::String>
45 m_graphIdentifierHasBeenSet =
true;
46 m_graphIdentifier = std::forward<GraphIdentifierT>(value);
48 template <
typename GraphIdentifierT = Aws::String>
61 template <
typename VpcIdT = Aws::String>
63 m_vpcIdHasBeenSet =
true;
64 m_vpcId = std::forward<VpcIdT>(value);
66 template <
typename VpcIdT = Aws::String>
68 SetVpcId(std::forward<VpcIdT>(value));
79 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 m_subnetIdsHasBeenSet =
true;
82 m_subnetIds = std::forward<SubnetIdsT>(value);
84 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
89 template <
typename SubnetIdsT = Aws::String>
91 m_subnetIdsHasBeenSet =
true;
92 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
103 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
105 m_vpcSecurityGroupIdsHasBeenSet =
true;
106 m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value);
108 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
113 template <
typename VpcSecurityGroupIdsT = Aws::String>
115 m_vpcSecurityGroupIdsHasBeenSet =
true;
116 m_vpcSecurityGroupIds.emplace_back(std::forward<VpcSecurityGroupIdsT>(value));
128 bool m_graphIdentifierHasBeenSet =
false;
129 bool m_vpcIdHasBeenSet =
false;
130 bool m_subnetIdsHasBeenSet =
false;
131 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
const Aws::String & GetGraphIdentifier() const
CreatePrivateGraphEndpointRequest & WithVpcId(VpcIdT &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
void SetSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
CreatePrivateGraphEndpointRequest & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool VpcSecurityGroupIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GraphIdentifierHasBeenSet() const
bool VpcIdHasBeenSet() const
CreatePrivateGraphEndpointRequest & WithVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
AWS_NEPTUNEGRAPH_API CreatePrivateGraphEndpointRequest()=default
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
CreatePrivateGraphEndpointRequest & WithGraphIdentifier(GraphIdentifierT &&value)
CreatePrivateGraphEndpointRequest & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphIdentifier(GraphIdentifierT &&value)
CreatePrivateGraphEndpointRequest & WithSubnetIds(SubnetIdsT &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector