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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename VpcIdT = Aws::String>
43 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
44 template<
typename VpcIdT = Aws::String>
53 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
55 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
57 template<
typename SubnetIdsT = Aws::String>
75 template<
typename VpcEndpo
intIdT = Aws::String>
76 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
77 template<
typename VpcEndpo
intIdT = Aws::String>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_vpcIdHasBeenSet =
false;
95 bool m_subnetIdsHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
101 bool m_vpcEndpointIdHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetSubnetIds(SubnetIdsT &&value)
const Aws::String & GetRequestId() const
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVpcEndpointId(VpcEndpointIdT &&value)
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeletePrivateGraphEndpointResult & WithRequestId(RequestIdT &&value)
DeletePrivateGraphEndpointResult & WithVpcId(VpcIdT &&value)
void SetVpcId(VpcIdT &&value)
PrivateGraphEndpointStatus GetStatus() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::String & GetVpcId() const
DeletePrivateGraphEndpointResult & AddSubnetIds(SubnetIdsT &&value)
DeletePrivateGraphEndpointResult & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_NEPTUNEGRAPH_API DeletePrivateGraphEndpointResult()=default
void SetRequestId(RequestIdT &&value)
DeletePrivateGraphEndpointResult & WithSubnetIds(SubnetIdsT &&value)
void SetStatus(PrivateGraphEndpointStatus value)
const Aws::String & GetVpcEndpointId() const
DeletePrivateGraphEndpointResult & WithStatus(PrivateGraphEndpointStatus value)
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