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