7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/TLSSecurityPolicy.h>
20namespace OpenSearchService {
43 m_enforceHTTPSHasBeenSet =
true;
44 m_enforceHTTPS = value;
66 m_tLSSecurityPolicyHasBeenSet =
true;
67 m_tLSSecurityPolicy = value;
82 m_customEndpointEnabledHasBeenSet =
true;
83 m_customEndpointEnabled = value;
97 template <
typename CustomEndpo
intT = Aws::String>
99 m_customEndpointHasBeenSet =
true;
100 m_customEndpoint = std::forward<CustomEndpointT>(value);
102 template <
typename CustomEndpo
intT = Aws::String>
116 template <
typename CustomEndpo
intCertificateArnT = Aws::String>
118 m_customEndpointCertificateArnHasBeenSet =
true;
119 m_customEndpointCertificateArn = std::forward<CustomEndpointCertificateArnT>(value);
121 template <
typename CustomEndpo
intCertificateArnT = Aws::String>
128 bool m_enforceHTTPS{
false};
132 bool m_customEndpointEnabled{
false};
137 bool m_enforceHTTPSHasBeenSet =
false;
138 bool m_tLSSecurityPolicyHasBeenSet =
false;
139 bool m_customEndpointEnabledHasBeenSet =
false;
140 bool m_customEndpointHasBeenSet =
false;
141 bool m_customEndpointCertificateArnHasBeenSet =
false;
bool GetEnforceHTTPS() const
DomainEndpointOptions & WithTLSSecurityPolicy(TLSSecurityPolicy value)
bool GetCustomEndpointEnabled() const
void SetTLSSecurityPolicy(TLSSecurityPolicy value)
DomainEndpointOptions & WithCustomEndpoint(CustomEndpointT &&value)
DomainEndpointOptions & WithCustomEndpointEnabled(bool value)
AWS_OPENSEARCHSERVICE_API DomainEndpointOptions()=default
void SetEnforceHTTPS(bool value)
TLSSecurityPolicy GetTLSSecurityPolicy() const
const Aws::String & GetCustomEndpointCertificateArn() const
AWS_OPENSEARCHSERVICE_API DomainEndpointOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomEndpoint() const
void SetCustomEndpointEnabled(bool value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnforceHTTPSHasBeenSet() const
void SetCustomEndpoint(CustomEndpointT &&value)
DomainEndpointOptions & WithEnforceHTTPS(bool value)
AWS_OPENSEARCHSERVICE_API DomainEndpointOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomEndpointHasBeenSet() const
void SetCustomEndpointCertificateArn(CustomEndpointCertificateArnT &&value)
bool TLSSecurityPolicyHasBeenSet() const
bool CustomEndpointCertificateArnHasBeenSet() const
DomainEndpointOptions & WithCustomEndpointCertificateArn(CustomEndpointCertificateArnT &&value)
bool CustomEndpointEnabledHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue