/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include This parameter contains the criteria (either InstanceIds or a tag) used to
* specify which EC2 instances are to be sent the command. See
* Also:
AWS
* API Reference
Currently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline const Aws::VectorCurrently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline bool RunCommandTargetsHasBeenSet() const { return m_runCommandTargetsHasBeenSet; } /** *Currently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline void SetRunCommandTargets(const Aws::VectorCurrently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline void SetRunCommandTargets(Aws::VectorCurrently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline RunCommandParameters& WithRunCommandTargets(const Aws::VectorCurrently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline RunCommandParameters& WithRunCommandTargets(Aws::VectorCurrently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline RunCommandParameters& AddRunCommandTargets(const RunCommandTarget& value) { m_runCommandTargetsHasBeenSet = true; m_runCommandTargets.push_back(value); return *this; } /** *Currently, we support including only one RunCommandTarget block, which * specifies either an array of InstanceIds or a tag.
*/ inline RunCommandParameters& AddRunCommandTargets(RunCommandTarget&& value) { m_runCommandTargetsHasBeenSet = true; m_runCommandTargets.push_back(std::move(value)); return *this; } private: Aws::Vector