7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune-graph/model/PrivateGraphEndpointStatus.h>
50 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
91 inline void SetVpcEndpointId(
const char* value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId.assign(value); }
99 bool m_vpcIdHasBeenSet =
false;
102 bool m_subnetIdsHasBeenSet =
false;
105 bool m_statusHasBeenSet =
false;
108 bool m_vpcEndpointIdHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API PrivateGraphEndpointSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_NEPTUNEGRAPH_API PrivateGraphEndpointSummary()
PrivateGraphEndpointSummary & WithVpcEndpointId(Aws::String &&value)
void SetVpcId(const char *value)
PrivateGraphEndpointSummary & WithVpcEndpointId(const char *value)
void SetVpcEndpointId(const Aws::String &value)
bool VpcIdHasBeenSet() const
PrivateGraphEndpointSummary & WithStatus(PrivateGraphEndpointStatus &&value)
void SetStatus(PrivateGraphEndpointStatus &&value)
PrivateGraphEndpointSummary & WithVpcId(const Aws::String &value)
const PrivateGraphEndpointStatus & GetStatus() const
bool VpcEndpointIdHasBeenSet() const
PrivateGraphEndpointSummary & WithSubnetIds(Aws::Vector< Aws::String > &&value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
PrivateGraphEndpointSummary & AddSubnetIds(const Aws::String &value)
PrivateGraphEndpointSummary & WithVpcId(Aws::String &&value)
PrivateGraphEndpointSummary & AddSubnetIds(Aws::String &&value)
PrivateGraphEndpointSummary & WithVpcEndpointId(const Aws::String &value)
PrivateGraphEndpointSummary & AddSubnetIds(const char *value)
AWS_NEPTUNEGRAPH_API PrivateGraphEndpointSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const PrivateGraphEndpointStatus &value)
void SetVpcId(Aws::String &&value)
PrivateGraphEndpointSummary & WithSubnetIds(const Aws::Vector< Aws::String > &value)
const Aws::String & GetVpcEndpointId() const
PrivateGraphEndpointSummary & WithVpcId(const char *value)
void SetVpcEndpointId(Aws::String &&value)
const Aws::String & GetVpcId() const
bool StatusHasBeenSet() const
bool SubnetIdsHasBeenSet() const
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
void SetVpcEndpointId(const char *value)
void SetVpcId(const Aws::String &value)
PrivateGraphEndpointSummary & WithStatus(const PrivateGraphEndpointStatus &value)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
PrivateGraphEndpointStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue