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/DateTimeDatasetParameterDefaultValues.h>
11#include <aws/quicksight/model/TimeGranularity.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
81 m_valueTypeHasBeenSet =
true;
97 m_timeGranularityHasBeenSet =
true;
98 m_timeGranularity = value;
113 template <
typename DefaultValuesT = DateTimeDatasetParameterDefaultValues>
115 m_defaultValuesHasBeenSet =
true;
116 m_defaultValues = std::forward<DefaultValuesT>(value);
118 template <
typename DefaultValuesT = DateTimeDatasetParameterDefaultValues>
133 DateTimeDatasetParameterDefaultValues m_defaultValues;
134 bool m_idHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_valueTypeHasBeenSet =
false;
137 bool m_timeGranularityHasBeenSet =
false;
138 bool m_defaultValuesHasBeenSet =
false;
bool DefaultValuesHasBeenSet() const
void SetValueType(DatasetParameterValueType value)
DatasetParameterValueType GetValueType() const
bool ValueTypeHasBeenSet() const
DateTimeDatasetParameter & WithValueType(DatasetParameterValueType value)
AWS_QUICKSIGHT_API DateTimeDatasetParameter(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultValues(DefaultValuesT &&value)
bool TimeGranularityHasBeenSet() const
DateTimeDatasetParameter & WithId(IdT &&value)
const Aws::String & GetName() const
AWS_QUICKSIGHT_API DateTimeDatasetParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeGranularity GetTimeGranularity() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const DateTimeDatasetParameterDefaultValues & GetDefaultValues() const
AWS_QUICKSIGHT_API DateTimeDatasetParameter()=default
DateTimeDatasetParameter & WithDefaultValues(DefaultValuesT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
void SetTimeGranularity(TimeGranularity value)
DateTimeDatasetParameter & WithName(NameT &&value)
void SetName(NameT &&value)
DateTimeDatasetParameter & WithTimeGranularity(TimeGranularity value)
const Aws::String & GetId() const
DatasetParameterValueType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue