/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The targets to disassociate from the specified event window.See
* Also:
AWS
* API Reference
The IDs of the instances to disassociate from the event window.
*/ inline const Aws::VectorThe IDs of the instances to disassociate from the event window.
*/ inline bool InstanceIdsHasBeenSet() const { return m_instanceIdsHasBeenSet; } /** *The IDs of the instances to disassociate from the event window.
*/ inline void SetInstanceIds(const Aws::VectorThe IDs of the instances to disassociate from the event window.
*/ inline void SetInstanceIds(Aws::VectorThe IDs of the instances to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& WithInstanceIds(const Aws::VectorThe IDs of the instances to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& WithInstanceIds(Aws::VectorThe IDs of the instances to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddInstanceIds(const Aws::String& value) { m_instanceIdsHasBeenSet = true; m_instanceIds.push_back(value); return *this; } /** *The IDs of the instances to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddInstanceIds(Aws::String&& value) { m_instanceIdsHasBeenSet = true; m_instanceIds.push_back(std::move(value)); return *this; } /** *The IDs of the instances to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddInstanceIds(const char* value) { m_instanceIdsHasBeenSet = true; m_instanceIds.push_back(value); return *this; } /** *The instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline const Aws::VectorThe instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline bool InstanceTagsHasBeenSet() const { return m_instanceTagsHasBeenSet; } /** *The instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline void SetInstanceTags(const Aws::VectorThe instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline void SetInstanceTags(Aws::VectorThe instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline InstanceEventWindowDisassociationRequest& WithInstanceTags(const Aws::VectorThe instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline InstanceEventWindowDisassociationRequest& WithInstanceTags(Aws::VectorThe instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddInstanceTags(const Tag& value) { m_instanceTagsHasBeenSet = true; m_instanceTags.push_back(value); return *this; } /** *The instance tags to disassociate from the event window. Any instances * associated with the tags will be disassociated from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddInstanceTags(Tag&& value) { m_instanceTagsHasBeenSet = true; m_instanceTags.push_back(std::move(value)); return *this; } /** *The IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline const Aws::VectorThe IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline bool DedicatedHostIdsHasBeenSet() const { return m_dedicatedHostIdsHasBeenSet; } /** *The IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline void SetDedicatedHostIds(const Aws::VectorThe IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline void SetDedicatedHostIds(Aws::VectorThe IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& WithDedicatedHostIds(const Aws::VectorThe IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& WithDedicatedHostIds(Aws::VectorThe IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddDedicatedHostIds(const Aws::String& value) { m_dedicatedHostIdsHasBeenSet = true; m_dedicatedHostIds.push_back(value); return *this; } /** *The IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddDedicatedHostIds(Aws::String&& value) { m_dedicatedHostIdsHasBeenSet = true; m_dedicatedHostIds.push_back(std::move(value)); return *this; } /** *The IDs of the Dedicated Hosts to disassociate from the event window.
*/ inline InstanceEventWindowDisassociationRequest& AddDedicatedHostIds(const char* value) { m_dedicatedHostIdsHasBeenSet = true; m_dedicatedHostIds.push_back(value); return *this; } private: Aws::Vector