7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/VPCDerivedInfo.h>
10#include <aws/opensearch/model/VpcEndpointStatus.h>
21namespace OpenSearchService {
43 template <
typename VpcEndpo
intIdT = Aws::String>
45 m_vpcEndpointIdHasBeenSet =
true;
46 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
48 template <
typename VpcEndpo
intIdT = Aws::String>
61 template <
typename VpcEndpo
intOwnerT = Aws::String>
63 m_vpcEndpointOwnerHasBeenSet =
true;
64 m_vpcEndpointOwner = std::forward<VpcEndpointOwnerT>(value);
66 template <
typename VpcEndpo
intOwnerT = Aws::String>
80 template <
typename DomainArnT = Aws::String>
82 m_domainArnHasBeenSet =
true;
83 m_domainArn = std::forward<DomainArnT>(value);
85 template <
typename DomainArnT = Aws::String>
99 template <
typename VpcOptionsT = VPCDerivedInfo>
101 m_vpcOptionsHasBeenSet =
true;
102 m_vpcOptions = std::forward<VpcOptionsT>(value);
104 template <
typename VpcOptionsT = VPCDerivedInfo>
118 m_statusHasBeenSet =
true;
133 template <
typename Endpo
intT = Aws::String>
135 m_endpointHasBeenSet =
true;
136 m_endpoint = std::forward<EndpointT>(value);
138 template <
typename Endpo
intT = Aws::String>
156 bool m_vpcEndpointIdHasBeenSet =
false;
157 bool m_vpcEndpointOwnerHasBeenSet =
false;
158 bool m_domainArnHasBeenSet =
false;
159 bool m_vpcOptionsHasBeenSet =
false;
160 bool m_statusHasBeenSet =
false;
161 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