7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DatasetParameterValueType.h>
10#include <aws/quicksight/model/StringDatasetParameterDefaultValues.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
80 m_valueTypeHasBeenSet =
true;
96 template <
typename DefaultValuesT = StringDatasetParameterDefaultValues>
98 m_defaultValuesHasBeenSet =
true;
99 m_defaultValues = std::forward<DefaultValuesT>(value);
101 template <
typename DefaultValuesT = StringDatasetParameterDefaultValues>
114 StringDatasetParameterDefaultValues m_defaultValues;
115 bool m_idHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 bool m_valueTypeHasBeenSet =
false;
118 bool m_defaultValuesHasBeenSet =
false;
bool ValueTypeHasBeenSet() const
AWS_QUICKSIGHT_API StringDatasetParameter()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
StringDatasetParameter & WithDefaultValues(DefaultValuesT &&value)
StringDatasetParameter & WithId(IdT &&value)
void SetDefaultValues(DefaultValuesT &&value)
DatasetParameterValueType GetValueType() const
AWS_QUICKSIGHT_API StringDatasetParameter(Aws::Utils::Json::JsonView jsonValue)
bool DefaultValuesHasBeenSet() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API StringDatasetParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
const StringDatasetParameterDefaultValues & GetDefaultValues() const
StringDatasetParameter & WithValueType(DatasetParameterValueType value)
bool IdHasBeenSet() const
void SetValueType(DatasetParameterValueType value)
const Aws::String & GetId() const
const Aws::String & GetName() const
StringDatasetParameter & WithName(NameT &&value)
void SetName(NameT &&value)
DatasetParameterValueType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue