7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/TLSSecurityPolicy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace OpenSearchService
48 inline void SetEnforceHTTPS(
bool value) { m_enforceHTTPSHasBeenSet =
true; m_enforceHTTPS = value; }
77 inline void SetCustomEndpointEnabled(
bool value) { m_customEndpointEnabledHasBeenSet =
true; m_customEndpointEnabled = value; }
89 inline void SetCustomEndpoint(
const char* value) { m_customEndpointHasBeenSet =
true; m_customEndpoint.assign(value); }
112 bool m_enforceHTTPSHasBeenSet =
false;
115 bool m_tLSSecurityPolicyHasBeenSet =
false;
117 bool m_customEndpointEnabled;
118 bool m_customEndpointEnabledHasBeenSet =
false;
121 bool m_customEndpointHasBeenSet =
false;
124 bool m_customEndpointCertificateArnHasBeenSet =
false;
bool GetEnforceHTTPS() const
bool GetCustomEndpointEnabled() const
void SetCustomEndpointCertificateArn(const Aws::String &value)
DomainEndpointOptions & WithCustomEndpointEnabled(bool value)
DomainEndpointOptions & WithTLSSecurityPolicy(const TLSSecurityPolicy &value)
void SetEnforceHTTPS(bool value)
void SetCustomEndpoint(const Aws::String &value)
const Aws::String & GetCustomEndpointCertificateArn() const
AWS_OPENSEARCHSERVICE_API DomainEndpointOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomEndpoint() const
void SetCustomEndpointCertificateArn(Aws::String &&value)
DomainEndpointOptions & WithCustomEndpointCertificateArn(const Aws::String &value)
const TLSSecurityPolicy & GetTLSSecurityPolicy() const
void SetTLSSecurityPolicy(TLSSecurityPolicy &&value)
void SetCustomEndpointEnabled(bool value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnforceHTTPSHasBeenSet() const
DomainEndpointOptions & WithTLSSecurityPolicy(TLSSecurityPolicy &&value)
DomainEndpointOptions & WithCustomEndpointCertificateArn(Aws::String &&value)
DomainEndpointOptions & WithCustomEndpointCertificateArn(const char *value)
DomainEndpointOptions & WithEnforceHTTPS(bool value)
AWS_OPENSEARCHSERVICE_API DomainEndpointOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomEndpointHasBeenSet() const
void SetCustomEndpointCertificateArn(const char *value)
AWS_OPENSEARCHSERVICE_API DomainEndpointOptions()
void SetCustomEndpoint(Aws::String &&value)
void SetCustomEndpoint(const char *value)
bool TLSSecurityPolicyHasBeenSet() const
bool CustomEndpointCertificateArnHasBeenSet() const
DomainEndpointOptions & WithCustomEndpoint(Aws::String &&value)
DomainEndpointOptions & WithCustomEndpoint(const Aws::String &value)
DomainEndpointOptions & WithCustomEndpoint(const char *value)
void SetTLSSecurityPolicy(const TLSSecurityPolicy &value)
bool CustomEndpointEnabledHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue