/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the status of the specified domains or all domains owned by the
* account.See Also:
AWS
* API Reference
The status of the requested domains.
*/ inline const Aws::VectorThe status of the requested domains.
*/ inline void SetDomainStatusList(const Aws::VectorThe status of the requested domains.
*/ inline void SetDomainStatusList(Aws::VectorThe status of the requested domains.
*/ inline DescribeDomainsResult& WithDomainStatusList(const Aws::VectorThe status of the requested domains.
*/ inline DescribeDomainsResult& WithDomainStatusList(Aws::VectorThe status of the requested domains.
*/ inline DescribeDomainsResult& AddDomainStatusList(const DomainStatus& value) { m_domainStatusList.push_back(value); return *this; } /** *The status of the requested domains.
*/ inline DescribeDomainsResult& AddDomainStatusList(DomainStatus&& value) { m_domainStatusList.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeDomainsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeDomainsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeDomainsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector