7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DynamicDefaultValue.h>
11#include <aws/quicksight/model/RollingDateConfiguration.h>
45 template <
typename DynamicValueT = DynamicDefaultValue>
47 m_dynamicValueHasBeenSet =
true;
48 m_dynamicValue = std::forward<DynamicValueT>(value);
50 template <
typename DynamicValueT = DynamicDefaultValue>
63 template <
typename StaticValuesT = Aws::Vector<Aws::Utils::DateTime>>
65 m_staticValuesHasBeenSet =
true;
66 m_staticValues = std::forward<StaticValuesT>(value);
68 template <
typename StaticValuesT = Aws::Vector<Aws::Utils::DateTime>>
73 template <
typename StaticValuesT = Aws::Utils::DateTime>
75 m_staticValuesHasBeenSet =
true;
76 m_staticValues.emplace_back(std::forward<StaticValuesT>(value));
88 template <
typename RollingDateT = RollingDateConfiguration>
90 m_rollingDateHasBeenSet =
true;
91 m_rollingDate = std::forward<RollingDateT>(value);
93 template <
typename RollingDateT = RollingDateConfiguration>
105 bool m_dynamicValueHasBeenSet =
false;
106 bool m_staticValuesHasBeenSet =
false;
107 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