7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DynamicDefaultValue.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/RollingDateConfiguration.h>
11#include <aws/core/utils/DateTime.h>
51 template<
typename DynamicValueT = DynamicDefaultValue>
52 void SetDynamicValue(DynamicValueT&& value) { m_dynamicValueHasBeenSet =
true; m_dynamicValue = std::forward<DynamicValueT>(value); }
53 template<
typename DynamicValueT = DynamicDefaultValue>
63 template<
typename StaticValuesT = Aws::Vector<Aws::Utils::DateTime>>
64 void SetStaticValues(StaticValuesT&& value) { m_staticValuesHasBeenSet =
true; m_staticValues = std::forward<StaticValuesT>(value); }
65 template<
typename StaticValuesT = Aws::Vector<Aws::Utils::DateTime>>
67 template<
typename StaticValuesT = Aws::Utils::DateTime>
78 template<
typename RollingDateT = RollingDateConfiguration>
79 void SetRollingDate(RollingDateT&& value) { m_rollingDateHasBeenSet =
true; m_rollingDate = std::forward<RollingDateT>(value); }
80 template<
typename RollingDateT = RollingDateConfiguration>
86 bool m_dynamicValueHasBeenSet =
false;
89 bool m_staticValuesHasBeenSet =
false;
92 bool m_rollingDateHasBeenSet =
false;
AWS_QUICKSIGHT_API DateTimeDefaultValues(Aws::Utils::Json::JsonView jsonValue)
DateTimeDefaultValues & AddStaticValues(StaticValuesT &&value)
DateTimeDefaultValues & WithStaticValues(StaticValuesT &&value)
DateTimeDefaultValues & WithRollingDate(RollingDateT &&value)
bool StaticValuesHasBeenSet() const
void SetDynamicValue(DynamicValueT &&value)
const RollingDateConfiguration & GetRollingDate() const
void SetRollingDate(RollingDateT &&value)
const DynamicDefaultValue & GetDynamicValue() const
AWS_QUICKSIGHT_API DateTimeDefaultValues()=default
bool DynamicValueHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStaticValues(StaticValuesT &&value)
const Aws::Vector< Aws::Utils::DateTime > & GetStaticValues() const
AWS_QUICKSIGHT_API DateTimeDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RollingDateHasBeenSet() const
DateTimeDefaultValues & WithDynamicValue(DynamicValueT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue