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; }
79 inline void SetCustomEndpointEnabled(
bool value) { m_customEndpointEnabledHasBeenSet =
true; m_customEndpointEnabled = value; }
91 inline void SetCustomEndpoint(
const char* value) { m_customEndpointHasBeenSet =
true; m_customEndpoint.assign(value); }
113 bool m_enforceHTTPSHasBeenSet =
false;
116 bool m_tLSSecurityPolicyHasBeenSet =
false;
118 bool m_customEndpointEnabled;
119 bool m_customEndpointEnabledHasBeenSet =
false;
122 bool m_customEndpointHasBeenSet =
false;
125 bool m_customEndpointCertificateArnHasBeenSet =
false;
void SetCustomEndpoint(const Aws::String &value)
DomainEndpointOptions & WithCustomEndpoint(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomEndpointCertificateArn(const char *value)
void SetCustomEndpoint(Aws::String &&value)
void SetCustomEndpoint(const char *value)
AWS_ELASTICSEARCHSERVICE_API DomainEndpointOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTLSSecurityPolicy(const TLSSecurityPolicy &value)
DomainEndpointOptions & WithTLSSecurityPolicy(TLSSecurityPolicy &&value)
bool TLSSecurityPolicyHasBeenSet() const
DomainEndpointOptions & WithCustomEndpointCertificateArn(Aws::String &&value)
bool EnforceHTTPSHasBeenSet() const
bool CustomEndpointCertificateArnHasBeenSet() const
bool CustomEndpointHasBeenSet() const
bool CustomEndpointEnabledHasBeenSet() const
DomainEndpointOptions & WithCustomEndpoint(const char *value)
const Aws::String & GetCustomEndpointCertificateArn() const
DomainEndpointOptions & WithTLSSecurityPolicy(const TLSSecurityPolicy &value)
const TLSSecurityPolicy & GetTLSSecurityPolicy() const
DomainEndpointOptions & WithEnforceHTTPS(bool value)
bool GetCustomEndpointEnabled() const
DomainEndpointOptions & WithCustomEndpointCertificateArn(const char *value)
bool GetEnforceHTTPS() const
DomainEndpointOptions & WithCustomEndpoint(Aws::String &&value)
const Aws::String & GetCustomEndpoint() const
void SetCustomEndpointCertificateArn(const Aws::String &value)
void SetCustomEndpointEnabled(bool value)
void SetEnforceHTTPS(bool value)
void SetTLSSecurityPolicy(TLSSecurityPolicy &&value)
AWS_ELASTICSEARCHSERVICE_API DomainEndpointOptions(Aws::Utils::Json::JsonView jsonValue)
DomainEndpointOptions & WithCustomEndpointEnabled(bool value)
DomainEndpointOptions & WithCustomEndpointCertificateArn(const Aws::String &value)
void SetCustomEndpointCertificateArn(Aws::String &&value)
AWS_ELASTICSEARCHSERVICE_API DomainEndpointOptions()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue