/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of PurchaseScheduledInstances.See Also:
* AWS
* API Reference
Information about the Scheduled Instances.
*/ inline const Aws::VectorInformation about the Scheduled Instances.
*/ inline void SetScheduledInstanceSet(const Aws::VectorInformation about the Scheduled Instances.
*/ inline void SetScheduledInstanceSet(Aws::VectorInformation about the Scheduled Instances.
*/ inline PurchaseScheduledInstancesResponse& WithScheduledInstanceSet(const Aws::VectorInformation about the Scheduled Instances.
*/ inline PurchaseScheduledInstancesResponse& WithScheduledInstanceSet(Aws::VectorInformation about the Scheduled Instances.
*/ inline PurchaseScheduledInstancesResponse& AddScheduledInstanceSet(const ScheduledInstance& value) { m_scheduledInstanceSet.push_back(value); return *this; } /** *Information about the Scheduled Instances.
*/ inline PurchaseScheduledInstancesResponse& AddScheduledInstanceSet(ScheduledInstance&& value) { m_scheduledInstanceSet.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline PurchaseScheduledInstancesResponse& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline PurchaseScheduledInstancesResponse& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector