7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
9#include <aws/es/model/TLSSecurityPolicy.h>
20namespace ElasticsearchService {
44 m_enforceHTTPSHasBeenSet =
true;
45 m_enforceHTTPS = value;
67 m_tLSSecurityPolicyHasBeenSet =
true;
68 m_tLSSecurityPolicy = value;
84 m_customEndpointEnabledHasBeenSet =
true;
85 m_customEndpointEnabled = value;
99 template <
typename CustomEndpo
intT = Aws::String>
101 m_customEndpointHasBeenSet =
true;
102 m_customEndpoint = std::forward<CustomEndpointT>(value);
104 template <
typename CustomEndpo
intT = Aws::String>
117 template <
typename CustomEndpo
intCertificateArnT = Aws::String>
119 m_customEndpointCertificateArnHasBeenSet =
true;
120 m_customEndpointCertificateArn = std::forward<CustomEndpointCertificateArnT>(value);
122 template <
typename CustomEndpo
intCertificateArnT = Aws::String>
129 bool m_enforceHTTPS{
false};
133 bool m_customEndpointEnabled{
false};
138 bool m_enforceHTTPSHasBeenSet =
false;
139 bool m_tLSSecurityPolicyHasBeenSet =
false;
140 bool m_customEndpointEnabledHasBeenSet =
false;
141 bool m_customEndpointHasBeenSet =
false;
142 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