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