7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ParameterValueType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/DecimalDefaultValues.h>
11#include <aws/quicksight/model/DecimalValueWhenUnsetConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/quicksight/model/MappedDataSetParameter.h>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
76 template<
typename DefaultValuesT = DecimalDefaultValues>
77 void SetDefaultValues(DefaultValuesT&& value) { m_defaultValuesHasBeenSet =
true; m_defaultValues = std::forward<DefaultValuesT>(value); }
78 template<
typename DefaultValuesT = DecimalDefaultValues>
89 template<
typename ValueWhenUnsetT = DecimalValueWhenUnsetConfiguration>
90 void SetValueWhenUnset(ValueWhenUnsetT&& value) { m_valueWhenUnsetHasBeenSet =
true; m_valueWhenUnset = std::forward<ValueWhenUnsetT>(value); }
91 template<
typename ValueWhenUnsetT = DecimalValueWhenUnsetConfiguration>
99 template<
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
100 void SetMappedDataSetParameters(MappedDataSetParametersT&& value) { m_mappedDataSetParametersHasBeenSet =
true; m_mappedDataSetParameters = std::forward<MappedDataSetParametersT>(value); }
101 template<
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
103 template<
typename MappedDataSetParametersT = MappedDataSetParameter>
109 bool m_parameterValueTypeHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
114 DecimalDefaultValues m_defaultValues;
115 bool m_defaultValuesHasBeenSet =
false;
117 DecimalValueWhenUnsetConfiguration m_valueWhenUnset;
118 bool m_valueWhenUnsetHasBeenSet =
false;
121 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