/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about an OpenSearch Service domain.See Also:
AWS
* API Reference
Name of the domain.
*/ inline const Aws::String& GetDomainName() const{ return m_domainName; } /** *Name of the domain.
*/ inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; } /** *Name of the domain.
*/ inline void SetDomainName(const Aws::String& value) { m_domainNameHasBeenSet = true; m_domainName = value; } /** *Name of the domain.
*/ inline void SetDomainName(Aws::String&& value) { m_domainNameHasBeenSet = true; m_domainName = std::move(value); } /** *Name of the domain.
*/ inline void SetDomainName(const char* value) { m_domainNameHasBeenSet = true; m_domainName.assign(value); } /** *Name of the domain.
*/ inline DomainInfo& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;} /** *Name of the domain.
*/ inline DomainInfo& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;} /** *Name of the domain.
*/ inline DomainInfo& WithDomainName(const char* value) { SetDomainName(value); return *this;} /** *The type of search engine that the domain is running.OpenSearch
* for an OpenSearch engine, or Elasticsearch
for a legacy
* Elasticsearch OSS engine.
The type of search engine that the domain is running.OpenSearch
* for an OpenSearch engine, or Elasticsearch
for a legacy
* Elasticsearch OSS engine.
The type of search engine that the domain is running.OpenSearch
* for an OpenSearch engine, or Elasticsearch
for a legacy
* Elasticsearch OSS engine.
The type of search engine that the domain is running.OpenSearch
* for an OpenSearch engine, or Elasticsearch
for a legacy
* Elasticsearch OSS engine.
The type of search engine that the domain is running.OpenSearch
* for an OpenSearch engine, or Elasticsearch
for a legacy
* Elasticsearch OSS engine.
The type of search engine that the domain is running.OpenSearch
* for an OpenSearch engine, or Elasticsearch
for a legacy
* Elasticsearch OSS engine.