/**
* 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. By default shows the status of all domains. To restrict the response
* to particular domains, specify the names of the domains you want to
* describe.See Also:
AWS
* API Reference
The names of the domains you want to include in the response.
*/ inline const Aws::VectorThe names of the domains you want to include in the response.
*/ inline bool DomainNamesHasBeenSet() const { return m_domainNamesHasBeenSet; } /** *The names of the domains you want to include in the response.
*/ inline void SetDomainNames(const Aws::VectorThe names of the domains you want to include in the response.
*/ inline void SetDomainNames(Aws::VectorThe names of the domains you want to include in the response.
*/ inline DescribeDomainsRequest& WithDomainNames(const Aws::VectorThe names of the domains you want to include in the response.
*/ inline DescribeDomainsRequest& WithDomainNames(Aws::VectorThe names of the domains you want to include in the response.
*/ inline DescribeDomainsRequest& AddDomainNames(const Aws::String& value) { m_domainNamesHasBeenSet = true; m_domainNames.push_back(value); return *this; } /** *The names of the domains you want to include in the response.
*/ inline DescribeDomainsRequest& AddDomainNames(Aws::String&& value) { m_domainNamesHasBeenSet = true; m_domainNames.push_back(std::move(value)); return *this; } /** *The names of the domains you want to include in the response.
*/ inline DescribeDomainsRequest& AddDomainNames(const char* value) { m_domainNamesHasBeenSet = true; m_domainNames.push_back(value); return *this; } private: Aws::Vector