/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a BatchGetApplications
* operation.See Also:
AWS
* API Reference
Information about the applications.
*/ inline const Aws::VectorInformation about the applications.
*/ inline void SetApplicationsInfo(const Aws::VectorInformation about the applications.
*/ inline void SetApplicationsInfo(Aws::VectorInformation about the applications.
*/ inline BatchGetApplicationsResult& WithApplicationsInfo(const Aws::VectorInformation about the applications.
*/ inline BatchGetApplicationsResult& WithApplicationsInfo(Aws::VectorInformation about the applications.
*/ inline BatchGetApplicationsResult& AddApplicationsInfo(const ApplicationInfo& value) { m_applicationsInfo.push_back(value); return *this; } /** *Information about the applications.
*/ inline BatchGetApplicationsResult& AddApplicationsInfo(ApplicationInfo&& value) { m_applicationsInfo.push_back(std::move(value)); return *this; } private: Aws::Vector