7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/model/VPCDerivedInfo.h>
10#include <aws/opensearch/model/VpcEndpointStatus.h>
23namespace OpenSearchService
49 template<
typename VpcEndpo
intIdT = Aws::String>
50 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
51 template<
typename VpcEndpo
intIdT = Aws::String>
61 template<
typename VpcEndpo
intOwnerT = Aws::String>
62 void SetVpcEndpointOwner(VpcEndpointOwnerT&& value) { m_vpcEndpointOwnerHasBeenSet =
true; m_vpcEndpointOwner = std::forward<VpcEndpointOwnerT>(value); }
63 template<
typename VpcEndpo
intOwnerT = Aws::String>
74 template<
typename DomainArnT = Aws::String>
75 void SetDomainArn(DomainArnT&& value) { m_domainArnHasBeenSet =
true; m_domainArn = std::forward<DomainArnT>(value); }
76 template<
typename DomainArnT = Aws::String>
87 template<
typename VpcOptionsT = VPCDerivedInfo>
88 void SetVpcOptions(VpcOptionsT&& value) { m_vpcOptionsHasBeenSet =
true; m_vpcOptions = std::forward<VpcOptionsT>(value); }
89 template<
typename VpcOptionsT = VPCDerivedInfo>
109 template<
typename Endpo
intT = Aws::String>
110 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
111 template<
typename Endpo
intT = Aws::String>
117 bool m_vpcEndpointIdHasBeenSet =
false;
120 bool m_vpcEndpointOwnerHasBeenSet =
false;
123 bool m_domainArnHasBeenSet =
false;
126 bool m_vpcOptionsHasBeenSet =
false;
129 bool m_statusHasBeenSet =
false;
132 bool m_endpointHasBeenSet =
false;
bool VpcEndpointOwnerHasBeenSet() const
VpcEndpoint & WithVpcOptions(VpcOptionsT &&value)
VpcEndpointStatus GetStatus() const
VpcEndpoint & WithEndpoint(EndpointT &&value)
const Aws::String & GetEndpoint() const
VpcEndpoint & WithStatus(VpcEndpointStatus value)
void SetStatus(VpcEndpointStatus value)
bool VpcOptionsHasBeenSet() const
bool VpcEndpointIdHasBeenSet() const
bool DomainArnHasBeenSet() const
void SetVpcOptions(VpcOptionsT &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
VpcEndpoint & WithVpcEndpointOwner(VpcEndpointOwnerT &&value)
VpcEndpoint & WithVpcEndpointId(VpcEndpointIdT &&value)
bool EndpointHasBeenSet() const
void SetVpcEndpointOwner(VpcEndpointOwnerT &&value)
VpcEndpoint & WithDomainArn(DomainArnT &&value)
AWS_OPENSEARCHSERVICE_API VpcEndpoint()=default
void SetEndpoint(EndpointT &&value)
void SetDomainArn(DomainArnT &&value)
const VPCDerivedInfo & GetVpcOptions() const
const Aws::String & GetDomainArn() const
AWS_OPENSEARCHSERVICE_API VpcEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVpcEndpointOwner() const
AWS_OPENSEARCHSERVICE_API VpcEndpoint(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
const Aws::String & GetVpcEndpointId() const
void SetVpcEndpointId(VpcEndpointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue