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>
48 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
62 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
100 bool m_graphIdentifierHasBeenSet =
false;
103 bool m_vpcIdHasBeenSet =
false;
106 bool m_subnetIdsHasBeenSet =
false;
109 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
CreatePrivateGraphEndpointRequest & WithVpcId(Aws::String &&value)
CreatePrivateGraphEndpointRequest & WithGraphIdentifier(const Aws::String &value)
CreatePrivateGraphEndpointRequest & AddVpcSecurityGroupIds(const char *value)
const Aws::String & GetGraphIdentifier() const
void SetGraphIdentifier(const Aws::String &value)
AWS_NEPTUNEGRAPH_API CreatePrivateGraphEndpointRequest()
void SetVpcId(Aws::String &&value)
CreatePrivateGraphEndpointRequest & WithGraphIdentifier(const char *value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
void SetVpcId(const char *value)
CreatePrivateGraphEndpointRequest & WithVpcId(const char *value)
void SetGraphIdentifier(const char *value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
void SetVpcSecurityGroupIds(const Aws::Vector< Aws::String > &value)
bool SubnetIdsHasBeenSet() const
CreatePrivateGraphEndpointRequest & WithGraphIdentifier(Aws::String &&value)
CreatePrivateGraphEndpointRequest & WithVpcSecurityGroupIds(Aws::Vector< Aws::String > &&value)
CreatePrivateGraphEndpointRequest & AddVpcSecurityGroupIds(const Aws::String &value)
bool VpcSecurityGroupIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GraphIdentifierHasBeenSet() const
CreatePrivateGraphEndpointRequest & WithVpcId(const Aws::String &value)
CreatePrivateGraphEndpointRequest & WithSubnetIds(const Aws::Vector< Aws::String > &value)
void SetVpcId(const Aws::String &value)
CreatePrivateGraphEndpointRequest & AddVpcSecurityGroupIds(Aws::String &&value)
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
CreatePrivateGraphEndpointRequest & WithSubnetIds(Aws::Vector< Aws::String > &&value)
CreatePrivateGraphEndpointRequest & AddSubnetIds(const Aws::String &value)
CreatePrivateGraphEndpointRequest & WithVpcSecurityGroupIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
CreatePrivateGraphEndpointRequest & AddSubnetIds(Aws::String &&value)
CreatePrivateGraphEndpointRequest & AddSubnetIds(const char *value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
const Aws::String & GetVpcId() const
void SetVpcSecurityGroupIds(Aws::Vector< Aws::String > &&value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphIdentifier(Aws::String &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector