7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/TLSSecurityPolicy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ElasticsearchService
49 inline void SetEnforceHTTPS(
bool value) { m_enforceHTTPSHasBeenSet =
true; m_enforceHTTPS = value; }
77 inline void SetCustomEndpointEnabled(
bool value) { m_customEndpointEnabledHasBeenSet =
true; m_customEndpointEnabled = value; }
87 template<
typename CustomEndpo
intT = Aws::String>
88 void SetCustomEndpoint(CustomEndpointT&& value) { m_customEndpointHasBeenSet =
true; m_customEndpoint = std::forward<CustomEndpointT>(value); }
89 template<
typename CustomEndpo
intT = Aws::String>
99 template<
typename CustomEndpo
intCertificateArnT = Aws::String>
100 void SetCustomEndpointCertificateArn(CustomEndpointCertificateArnT&& value) { m_customEndpointCertificateArnHasBeenSet =
true; m_customEndpointCertificateArn = std::forward<CustomEndpointCertificateArnT>(value); }
101 template<
typename CustomEndpo
intCertificateArnT = Aws::String>
106 bool m_enforceHTTPS{
false};
107 bool m_enforceHTTPSHasBeenSet =
false;
110 bool m_tLSSecurityPolicyHasBeenSet =
false;
112 bool m_customEndpointEnabled{
false};
113 bool m_customEndpointEnabledHasBeenSet =
false;
116 bool m_customEndpointHasBeenSet =
false;
119 bool m_customEndpointCertificateArnHasBeenSet =
false;
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API DomainEndpointOptions()=default
AWS_ELASTICSEARCHSERVICE_API DomainEndpointOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TLSSecurityPolicyHasBeenSet() const
bool EnforceHTTPSHasBeenSet() const
bool CustomEndpointCertificateArnHasBeenSet() const
bool CustomEndpointHasBeenSet() const
bool CustomEndpointEnabledHasBeenSet() const
DomainEndpointOptions & WithCustomEndpoint(CustomEndpointT &&value)
const Aws::String & GetCustomEndpointCertificateArn() const
DomainEndpointOptions & WithEnforceHTTPS(bool value)
void SetTLSSecurityPolicy(TLSSecurityPolicy value)
bool GetCustomEndpointEnabled() const
bool GetEnforceHTTPS() const
DomainEndpointOptions & WithTLSSecurityPolicy(TLSSecurityPolicy value)
DomainEndpointOptions & WithCustomEndpointCertificateArn(CustomEndpointCertificateArnT &&value)
const Aws::String & GetCustomEndpoint() const
void SetCustomEndpointCertificateArn(CustomEndpointCertificateArnT &&value)
void SetCustomEndpointEnabled(bool value)
void SetEnforceHTTPS(bool value)
AWS_ELASTICSEARCHSERVICE_API DomainEndpointOptions(Aws::Utils::Json::JsonView jsonValue)
DomainEndpointOptions & WithCustomEndpointEnabled(bool value)
void SetCustomEndpoint(CustomEndpointT &&value)
TLSSecurityPolicy GetTLSSecurityPolicy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue