7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GraphIdentifierT = Aws::String>
46 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
47 template<
typename GraphIdentifierT = Aws::String>
57 template<
typename VpcIdT = Aws::String>
58 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
59 template<
typename VpcIdT = Aws::String>
65 bool m_graphIdentifierHasBeenSet =
false;
68 bool m_vpcIdHasBeenSet =
false;
void SetGraphIdentifier(GraphIdentifierT &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeletePrivateGraphEndpointRequest & WithGraphIdentifier(GraphIdentifierT &&value)
bool VpcIdHasBeenSet() const
DeletePrivateGraphEndpointRequest & WithVpcId(VpcIdT &&value)
bool GraphIdentifierHasBeenSet() const
const Aws::String & GetGraphIdentifier() const
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
const Aws::String & GetVpcId() const
void SetVpcId(VpcIdT &&value)
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointRequest()=default
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String