/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about targets that resolved during the Automation
* execution.See Also:
AWS
* API Reference
A list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline const Aws::VectorA list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline bool ParameterValuesHasBeenSet() const { return m_parameterValuesHasBeenSet; } /** *A list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline void SetParameterValues(const Aws::VectorA list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline void SetParameterValues(Aws::VectorA list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline ResolvedTargets& WithParameterValues(const Aws::VectorA list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline ResolvedTargets& WithParameterValues(Aws::VectorA list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline ResolvedTargets& AddParameterValues(const Aws::String& value) { m_parameterValuesHasBeenSet = true; m_parameterValues.push_back(value); return *this; } /** *A list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline ResolvedTargets& AddParameterValues(Aws::String&& value) { m_parameterValuesHasBeenSet = true; m_parameterValues.push_back(std::move(value)); return *this; } /** *A list of parameter values sent to targets that resolved during the * Automation execution.
*/ inline ResolvedTargets& AddParameterValues(const char* value) { m_parameterValuesHasBeenSet = true; m_parameterValues.push_back(value); return *this; } /** *A boolean value indicating whether the resolved target list is truncated.
*/ inline bool GetTruncated() const{ return m_truncated; } /** *A boolean value indicating whether the resolved target list is truncated.
*/ inline bool TruncatedHasBeenSet() const { return m_truncatedHasBeenSet; } /** *A boolean value indicating whether the resolved target list is truncated.
*/ inline void SetTruncated(bool value) { m_truncatedHasBeenSet = true; m_truncated = value; } /** *A boolean value indicating whether the resolved target list is truncated.
*/ inline ResolvedTargets& WithTruncated(bool value) { SetTruncated(value); return *this;} private: Aws::Vector