/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A decimal parameter.See Also:
AWS
* API Reference
A display name for the decimal parameter.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *A display name for the decimal parameter.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *A display name for the decimal parameter.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *A display name for the decimal parameter.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *A display name for the decimal parameter.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *A display name for the decimal parameter.
*/ inline DecimalParameter& WithName(const Aws::String& value) { SetName(value); return *this;} /** *A display name for the decimal parameter.
*/ inline DecimalParameter& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *A display name for the decimal parameter.
*/ inline DecimalParameter& WithName(const char* value) { SetName(value); return *this;} /** *The values for the decimal parameter.
*/ inline const Aws::VectorThe values for the decimal parameter.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The values for the decimal parameter.
*/ inline void SetValues(const Aws::VectorThe values for the decimal parameter.
*/ inline void SetValues(Aws::VectorThe values for the decimal parameter.
*/ inline DecimalParameter& WithValues(const Aws::VectorThe values for the decimal parameter.
*/ inline DecimalParameter& WithValues(Aws::VectorThe values for the decimal parameter.
*/ inline DecimalParameter& AddValues(double value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } private: Aws::String m_name; bool m_nameHasBeenSet = false; Aws::Vector