/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a BatchGetDeployments operation.
* See Also:
AWS
* API Reference
Information about the deployments.
*/ inline const Aws::VectorInformation about the deployments.
*/ inline void SetDeploymentsInfo(const Aws::VectorInformation about the deployments.
*/ inline void SetDeploymentsInfo(Aws::VectorInformation about the deployments.
*/ inline BatchGetDeploymentsResult& WithDeploymentsInfo(const Aws::VectorInformation about the deployments.
*/ inline BatchGetDeploymentsResult& WithDeploymentsInfo(Aws::VectorInformation about the deployments.
*/ inline BatchGetDeploymentsResult& AddDeploymentsInfo(const DeploymentInfo& value) { m_deploymentsInfo.push_back(value); return *this; } /** *Information about the deployments.
*/ inline BatchGetDeploymentsResult& AddDeploymentsInfo(DeploymentInfo&& value) { m_deploymentsInfo.push_back(std::move(value)); return *this; } private: Aws::Vector