/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configured endpoint options for the domain and their current
* status.See Also:
AWS
* API Reference
Options to configure endpoint for the Elasticsearch domain.
*/ inline const DomainEndpointOptions& GetOptions() const{ return m_options; } /** *Options to configure endpoint for the Elasticsearch domain.
*/ inline bool OptionsHasBeenSet() const { return m_optionsHasBeenSet; } /** *Options to configure endpoint for the Elasticsearch domain.
*/ inline void SetOptions(const DomainEndpointOptions& value) { m_optionsHasBeenSet = true; m_options = value; } /** *Options to configure endpoint for the Elasticsearch domain.
*/ inline void SetOptions(DomainEndpointOptions&& value) { m_optionsHasBeenSet = true; m_options = std::move(value); } /** *Options to configure endpoint for the Elasticsearch domain.
*/ inline DomainEndpointOptionsStatus& WithOptions(const DomainEndpointOptions& value) { SetOptions(value); return *this;} /** *Options to configure endpoint for the Elasticsearch domain.
*/ inline DomainEndpointOptionsStatus& WithOptions(DomainEndpointOptions&& value) { SetOptions(std::move(value)); return *this;} /** *The status of the endpoint options for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the endpoint options for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the endpoint options for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the endpoint options for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the endpoint options for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.
The status of the endpoint options for the Elasticsearch domain. See
* OptionStatus
for the status information that's included.