/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of RunScheduledInstances.See Also:
AWS
* API Reference
The IDs of the newly launched instances.
*/ inline const Aws::VectorThe IDs of the newly launched instances.
*/ inline void SetInstanceIdSet(const Aws::VectorThe IDs of the newly launched instances.
*/ inline void SetInstanceIdSet(Aws::VectorThe IDs of the newly launched instances.
*/ inline RunScheduledInstancesResponse& WithInstanceIdSet(const Aws::VectorThe IDs of the newly launched instances.
*/ inline RunScheduledInstancesResponse& WithInstanceIdSet(Aws::VectorThe IDs of the newly launched instances.
*/ inline RunScheduledInstancesResponse& AddInstanceIdSet(const Aws::String& value) { m_instanceIdSet.push_back(value); return *this; } /** *The IDs of the newly launched instances.
*/ inline RunScheduledInstancesResponse& AddInstanceIdSet(Aws::String&& value) { m_instanceIdSet.push_back(std::move(value)); return *this; } /** *The IDs of the newly launched instances.
*/ inline RunScheduledInstancesResponse& AddInstanceIdSet(const char* value) { m_instanceIdSet.push_back(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 RunScheduledInstancesResponse& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline RunScheduledInstancesResponse& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector