/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Result message containing a description of the requested environment
* info.See Also:
AWS
* API Reference
The EnvironmentInfoDescription of the environment.
*/ inline const Aws::VectorThe EnvironmentInfoDescription of the environment.
*/ inline void SetEnvironmentInfo(const Aws::VectorThe EnvironmentInfoDescription of the environment.
*/ inline void SetEnvironmentInfo(Aws::VectorThe EnvironmentInfoDescription of the environment.
*/ inline RetrieveEnvironmentInfoResult& WithEnvironmentInfo(const Aws::VectorThe EnvironmentInfoDescription of the environment.
*/ inline RetrieveEnvironmentInfoResult& WithEnvironmentInfo(Aws::VectorThe EnvironmentInfoDescription of the environment.
*/ inline RetrieveEnvironmentInfoResult& AddEnvironmentInfo(const EnvironmentInfoDescription& value) { m_environmentInfo.push_back(value); return *this; } /** *The EnvironmentInfoDescription of the environment.
*/ inline RetrieveEnvironmentInfoResult& AddEnvironmentInfo(EnvironmentInfoDescription&& value) { m_environmentInfo.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline RetrieveEnvironmentInfoResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline RetrieveEnvironmentInfoResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector