/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a BatchGetOnPremisesInstances
* operation.See Also:
AWS
* API Reference
Information about the on-premises instances.
*/ inline const Aws::VectorInformation about the on-premises instances.
*/ inline void SetInstanceInfos(const Aws::VectorInformation about the on-premises instances.
*/ inline void SetInstanceInfos(Aws::VectorInformation about the on-premises instances.
*/ inline BatchGetOnPremisesInstancesResult& WithInstanceInfos(const Aws::VectorInformation about the on-premises instances.
*/ inline BatchGetOnPremisesInstancesResult& WithInstanceInfos(Aws::VectorInformation about the on-premises instances.
*/ inline BatchGetOnPremisesInstancesResult& AddInstanceInfos(const InstanceInfo& value) { m_instanceInfos.push_back(value); return *this; } /** *Information about the on-premises instances.
*/ inline BatchGetOnPremisesInstancesResult& AddInstanceInfos(InstanceInfo&& value) { m_instanceInfos.push_back(std::move(value)); return *this; } private: Aws::Vector