7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DateTimeDefaultValues.h>
10#include <aws/quicksight/model/TimeGranularity.h>
11#include <aws/quicksight/model/DateTimeValueWhenUnsetConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/quicksight/model/MappedDataSetParameter.h>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
65 template<
typename DefaultValuesT = DateTimeDefaultValues>
66 void SetDefaultValues(DefaultValuesT&& value) { m_defaultValuesHasBeenSet =
true; m_defaultValues = std::forward<DefaultValuesT>(value); }
67 template<
typename DefaultValuesT = DateTimeDefaultValues>
89 template<
typename ValueWhenUnsetT = DateTimeValueWhenUnsetConfiguration>
90 void SetValueWhenUnset(ValueWhenUnsetT&& value) { m_valueWhenUnsetHasBeenSet =
true; m_valueWhenUnset = std::forward<ValueWhenUnsetT>(value); }
91 template<
typename ValueWhenUnsetT = DateTimeValueWhenUnsetConfiguration>
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_nameHasBeenSet =
false;
112 bool m_defaultValuesHasBeenSet =
false;
115 bool m_timeGranularityHasBeenSet =
false;
117 DateTimeValueWhenUnsetConfiguration m_valueWhenUnset;
118 bool m_valueWhenUnsetHasBeenSet =
false;
121 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