/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the parameters to the DescribeDomains
* operation.See Also:
AWS
* API Reference
Array of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline const Aws::VectorArray of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline bool DomainNamesHasBeenSet() const { return m_domainNamesHasBeenSet; } /** *Array of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline void SetDomainNames(const Aws::VectorArray of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline void SetDomainNames(Aws::VectorArray of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline DescribeDomainsRequest& WithDomainNames(const Aws::VectorArray of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline DescribeDomainsRequest& WithDomainNames(Aws::VectorArray of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline DescribeDomainsRequest& AddDomainNames(const Aws::String& value) { m_domainNamesHasBeenSet = true; m_domainNames.push_back(value); return *this; } /** *Array of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline DescribeDomainsRequest& AddDomainNames(Aws::String&& value) { m_domainNamesHasBeenSet = true; m_domainNames.push_back(std::move(value)); return *this; } /** *Array of OpenSearch Service domain names that you want information about. If * you don't specify any domains, OpenSearch Service returns information about all * domains owned by the account.
*/ inline DescribeDomainsRequest& AddDomainNames(const char* value) { m_domainNamesHasBeenSet = true; m_domainNames.push_back(value); return *this; } private: Aws::Vector