7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DatasetParameterValueType.h>
10#include <aws/quicksight/model/DecimalDatasetParameterDefaultValues.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
84 template<
typename DefaultValuesT = DecimalDatasetParameterDefaultValues>
85 void SetDefaultValues(DefaultValuesT&& value) { m_defaultValuesHasBeenSet =
true; m_defaultValues = std::forward<DefaultValuesT>(value); }
86 template<
typename DefaultValuesT = DecimalDatasetParameterDefaultValues>
92 bool m_idHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
98 bool m_valueTypeHasBeenSet =
false;
100 DecimalDatasetParameterDefaultValues m_defaultValues;
101 bool m_defaultValuesHasBeenSet =
false;
DecimalDatasetParameter & WithValueType(DatasetParameterValueType value)
void SetName(NameT &&value)
AWS_QUICKSIGHT_API DecimalDatasetParameter()=default
bool IdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DecimalDatasetParameter(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultValues(DefaultValuesT &&value)
const Aws::String & GetName() const
bool ValueTypeHasBeenSet() const
void SetValueType(DatasetParameterValueType value)
DatasetParameterValueType GetValueType() const
DecimalDatasetParameter & WithDefaultValues(DefaultValuesT &&value)
bool DefaultValuesHasBeenSet() const
bool NameHasBeenSet() const
DecimalDatasetParameter & WithName(NameT &&value)
AWS_QUICKSIGHT_API DecimalDatasetParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
DecimalDatasetParameter & WithId(IdT &&value)
const DecimalDatasetParameterDefaultValues & GetDefaultValues() const
const Aws::String & GetId() const
DatasetParameterValueType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue