/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The default values of a string parameter.See Also:
AWS
* API Reference
A list of static default values for a given string parameter.
*/ inline const Aws::VectorA list of static default values for a given string parameter.
*/ inline bool StaticValuesHasBeenSet() const { return m_staticValuesHasBeenSet; } /** *A list of static default values for a given string parameter.
*/ inline void SetStaticValues(const Aws::VectorA list of static default values for a given string parameter.
*/ inline void SetStaticValues(Aws::VectorA list of static default values for a given string parameter.
*/ inline StringDatasetParameterDefaultValues& WithStaticValues(const Aws::VectorA list of static default values for a given string parameter.
*/ inline StringDatasetParameterDefaultValues& WithStaticValues(Aws::VectorA list of static default values for a given string parameter.
*/ inline StringDatasetParameterDefaultValues& AddStaticValues(const Aws::String& value) { m_staticValuesHasBeenSet = true; m_staticValues.push_back(value); return *this; } /** *A list of static default values for a given string parameter.
*/ inline StringDatasetParameterDefaultValues& AddStaticValues(Aws::String&& value) { m_staticValuesHasBeenSet = true; m_staticValues.push_back(std::move(value)); return *this; } /** *A list of static default values for a given string parameter.
*/ inline StringDatasetParameterDefaultValues& AddStaticValues(const char* value) { m_staticValuesHasBeenSet = true; m_staticValues.push_back(value); return *this; } private: Aws::Vector