7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename GraphIdentifierT = Aws::String>
47 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
48 template<
typename GraphIdentifierT = Aws::String>
58 template<
typename VpcIdT = Aws::String>
59 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
60 template<
typename VpcIdT = Aws::String>
70 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
71 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
72 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
74 template<
typename SubnetIdsT = Aws::String>
84 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
85 void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT&& value) { m_vpcSecurityGroupIdsHasBeenSet =
true; m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value); }
86 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
88 template<
typename VpcSecurityGroupIdsT = Aws::String>
94 bool m_graphIdentifierHasBeenSet =
false;
97 bool m_vpcIdHasBeenSet =
false;
100 bool m_subnetIdsHasBeenSet =
false;
103 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