7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DecimalDefaultValues.h>
11#include <aws/quicksight/model/DecimalValueWhenUnsetConfiguration.h>
12#include <aws/quicksight/model/MappedDataSetParameter.h>
13#include <aws/quicksight/model/ParameterValueType.h>
48 m_parameterValueTypeHasBeenSet =
true;
49 m_parameterValueType = value;
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
82 template <
typename DefaultValuesT = DecimalDefaultValues>
84 m_defaultValuesHasBeenSet =
true;
85 m_defaultValues = std::forward<DefaultValuesT>(value);
87 template <
typename DefaultValuesT = DecimalDefaultValues>
101 template <
typename ValueWhenUnsetT = DecimalValueWhenUnsetConfiguration>
103 m_valueWhenUnsetHasBeenSet =
true;
104 m_valueWhenUnset = std::forward<ValueWhenUnsetT>(value);
106 template <
typename ValueWhenUnsetT = DecimalValueWhenUnsetConfiguration>
117 template <
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
119 m_mappedDataSetParametersHasBeenSet =
true;
120 m_mappedDataSetParameters = std::forward<MappedDataSetParametersT>(value);
122 template <
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
127 template <
typename MappedDataSetParametersT = MappedDataSetParameter>
129 m_mappedDataSetParametersHasBeenSet =
true;
130 m_mappedDataSetParameters.emplace_back(std::forward<MappedDataSetParametersT>(value));
139 DecimalDefaultValues m_defaultValues;
141 DecimalValueWhenUnsetConfiguration m_valueWhenUnset;
144 bool m_parameterValueTypeHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
146 bool m_defaultValuesHasBeenSet =
false;
147 bool m_valueWhenUnsetHasBeenSet =
false;
148 bool m_mappedDataSetParametersHasBeenSet =
false;
const DecimalValueWhenUnsetConfiguration & GetValueWhenUnset() const
void SetDefaultValues(DefaultValuesT &&value)
ParameterValueType GetParameterValueType() const
void SetMappedDataSetParameters(MappedDataSetParametersT &&value)
AWS_QUICKSIGHT_API DecimalParameterDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool ParameterValueTypeHasBeenSet() const
bool MappedDataSetParametersHasBeenSet() const
void SetParameterValueType(ParameterValueType value)
DecimalParameterDeclaration & WithParameterValueType(ParameterValueType value)
bool DefaultValuesHasBeenSet() const
void SetName(NameT &&value)
DecimalParameterDeclaration & WithValueWhenUnset(ValueWhenUnsetT &&value)
AWS_QUICKSIGHT_API DecimalParameterDeclaration(Aws::Utils::Json::JsonView jsonValue)
const DecimalDefaultValues & GetDefaultValues() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DecimalParameterDeclaration & WithName(NameT &&value)
void SetValueWhenUnset(ValueWhenUnsetT &&value)
DecimalParameterDeclaration & WithDefaultValues(DefaultValuesT &&value)
bool NameHasBeenSet() const
bool ValueWhenUnsetHasBeenSet() const
AWS_QUICKSIGHT_API DecimalParameterDeclaration()=default
const Aws::Vector< MappedDataSetParameter > & GetMappedDataSetParameters() const
DecimalParameterDeclaration & AddMappedDataSetParameters(MappedDataSetParametersT &&value)
DecimalParameterDeclaration & WithMappedDataSetParameters(MappedDataSetParametersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue