/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Defines the values for a task parameter.See Also:
AWS
* API Reference
This field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline const Aws::VectorThis field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *This field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline void SetValues(const Aws::VectorThis field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline void SetValues(Aws::VectorThis field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline MaintenanceWindowTaskParameterValueExpression& WithValues(const Aws::VectorThis field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline MaintenanceWindowTaskParameterValueExpression& WithValues(Aws::VectorThis field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline MaintenanceWindowTaskParameterValueExpression& AddValues(const Aws::String& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *This field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline MaintenanceWindowTaskParameterValueExpression& AddValues(Aws::String&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } /** *This field contains an array of 0 or more strings, each 1 to 255 characters * in length.
*/ inline MaintenanceWindowTaskParameterValueExpression& AddValues(const char* value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } private: Aws::Vector