7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/model/VpcEndpointStatus.h>
22namespace OpenSearchService
48 template<
typename VpcEndpo
intIdT = Aws::String>
49 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
50 template<
typename VpcEndpo
intIdT = Aws::String>
60 template<
typename VpcEndpo
intOwnerT = Aws::String>
61 void SetVpcEndpointOwner(VpcEndpointOwnerT&& value) { m_vpcEndpointOwnerHasBeenSet =
true; m_vpcEndpointOwner = std::forward<VpcEndpointOwnerT>(value); }
62 template<
typename VpcEndpo
intOwnerT = Aws::String>
73 template<
typename DomainArnT = Aws::String>
74 void SetDomainArn(DomainArnT&& value) { m_domainArnHasBeenSet =
true; m_domainArn = std::forward<DomainArnT>(value); }
75 template<
typename DomainArnT = Aws::String>
91 bool m_vpcEndpointIdHasBeenSet =
false;
94 bool m_vpcEndpointOwnerHasBeenSet =
false;
97 bool m_domainArnHasBeenSet =
false;
100 bool m_statusHasBeenSet =
false;
VpcEndpointSummary & WithDomainArn(DomainArnT &&value)
void SetVpcEndpointOwner(VpcEndpointOwnerT &&value)
bool VpcEndpointOwnerHasBeenSet() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPENSEARCHSERVICE_API VpcEndpointSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomainArn(DomainArnT &&value)
const Aws::String & GetVpcEndpointOwner() const
AWS_OPENSEARCHSERVICE_API VpcEndpointSummary(Aws::Utils::Json::JsonView jsonValue)
VpcEndpointSummary & WithVpcEndpointOwner(VpcEndpointOwnerT &&value)
const Aws::String & GetVpcEndpointId() const
void SetStatus(VpcEndpointStatus value)
AWS_OPENSEARCHSERVICE_API VpcEndpointSummary()=default
void SetVpcEndpointId(VpcEndpointIdT &&value)
bool StatusHasBeenSet() const
VpcEndpointSummary & WithStatus(VpcEndpointStatus value)
bool DomainArnHasBeenSet() const
VpcEndpointSummary & WithVpcEndpointId(VpcEndpointIdT &&value)
const Aws::String & GetDomainArn() const
bool VpcEndpointIdHasBeenSet() const
VpcEndpointStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue