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/DateTimeDefaultValues.h>
11#include <aws/quicksight/model/DateTimeValueWhenUnsetConfiguration.h>
12#include <aws/quicksight/model/MappedDataSetParameter.h>
13#include <aws/quicksight/model/TimeGranularity.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
65 template <
typename DefaultValuesT = DateTimeDefaultValues>
67 m_defaultValuesHasBeenSet =
true;
68 m_defaultValues = std::forward<DefaultValuesT>(value);
70 template <
typename DefaultValuesT = DateTimeDefaultValues>
85 m_timeGranularityHasBeenSet =
true;
86 m_timeGranularity = value;
101 template <
typename ValueWhenUnsetT = DateTimeValueWhenUnsetConfiguration>
103 m_valueWhenUnsetHasBeenSet =
true;
104 m_valueWhenUnset = std::forward<ValueWhenUnsetT>(value);
106 template <
typename ValueWhenUnsetT = DateTimeValueWhenUnsetConfiguration>
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));
141 DateTimeValueWhenUnsetConfiguration m_valueWhenUnset;
144 bool m_nameHasBeenSet =
false;
145 bool m_defaultValuesHasBeenSet =
false;
146 bool m_timeGranularityHasBeenSet =
false;
147 bool m_valueWhenUnsetHasBeenSet =
false;
148 bool m_mappedDataSetParametersHasBeenSet =
false;
const Aws::String & GetName() const
DateTimeParameterDeclaration & WithTimeGranularity(TimeGranularity value)
TimeGranularity GetTimeGranularity() const
bool ValueWhenUnsetHasBeenSet() const
const Aws::Vector< MappedDataSetParameter > & GetMappedDataSetParameters() const
void SetTimeGranularity(TimeGranularity value)
bool TimeGranularityHasBeenSet() const
const DateTimeDefaultValues & GetDefaultValues() const
AWS_QUICKSIGHT_API DateTimeParameterDeclaration(Aws::Utils::Json::JsonView jsonValue)
DateTimeParameterDeclaration & AddMappedDataSetParameters(MappedDataSetParametersT &&value)
DateTimeParameterDeclaration & WithMappedDataSetParameters(MappedDataSetParametersT &&value)
AWS_QUICKSIGHT_API DateTimeParameterDeclaration()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMappedDataSetParameters(MappedDataSetParametersT &&value)
void SetName(NameT &&value)
const DateTimeValueWhenUnsetConfiguration & GetValueWhenUnset() const
AWS_QUICKSIGHT_API DateTimeParameterDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DateTimeParameterDeclaration & WithValueWhenUnset(ValueWhenUnsetT &&value)
DateTimeParameterDeclaration & WithName(NameT &&value)
void SetValueWhenUnset(ValueWhenUnsetT &&value)
DateTimeParameterDeclaration & WithDefaultValues(DefaultValuesT &&value)
void SetDefaultValues(DefaultValuesT &&value)
bool MappedDataSetParametersHasBeenSet() const
bool DefaultValuesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue