7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
61 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
69 bool m_graphIdentifierHasBeenSet =
false;
72 bool m_vpcIdHasBeenSet =
false;
void SetVpcId(const char *value)
const Aws::String & GetVpcId() const
GetPrivateGraphEndpointRequest & WithGraphIdentifier(const char *value)
GetPrivateGraphEndpointRequest & WithVpcId(const char *value)
AWS_NEPTUNEGRAPH_API GetPrivateGraphEndpointRequest()
GetPrivateGraphEndpointRequest & WithGraphIdentifier(const Aws::String &value)
const Aws::String & GetGraphIdentifier() const
bool VpcIdHasBeenSet() const
GetPrivateGraphEndpointRequest & WithGraphIdentifier(Aws::String &&value)
void SetGraphIdentifier(Aws::String &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
GetPrivateGraphEndpointRequest & WithVpcId(Aws::String &&value)
bool GraphIdentifierHasBeenSet() const
void SetGraphIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
void SetGraphIdentifier(const Aws::String &value)
void SetVpcId(Aws::String &&value)
void SetVpcId(const Aws::String &value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
GetPrivateGraphEndpointRequest & WithVpcId(const Aws::String &value)
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String