/**
* 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; } 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 BatchGetDeploymentsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline BatchGetDeploymentsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline BatchGetDeploymentsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector