7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename StaticValuesT = Aws::Vector<Aws::Utils::DateTime>>
48 void SetStaticValues(StaticValuesT&& value) { m_staticValuesHasBeenSet =
true; m_staticValues = std::forward<StaticValuesT>(value); }
49 template<
typename StaticValuesT = Aws::Vector<Aws::Utils::DateTime>>
51 template<
typename StaticValuesT = Aws::Utils::DateTime>
57 bool m_staticValuesHasBeenSet =
false;
AWS_QUICKSIGHT_API DateTimeDatasetParameterDefaultValues(Aws::Utils::Json::JsonView jsonValue)
DateTimeDatasetParameterDefaultValues & AddStaticValues(StaticValuesT &&value)
void SetStaticValues(StaticValuesT &&value)
DateTimeDatasetParameterDefaultValues & WithStaticValues(StaticValuesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::Utils::DateTime > & GetStaticValues() const
AWS_QUICKSIGHT_API DateTimeDatasetParameterDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StaticValuesHasBeenSet() const
AWS_QUICKSIGHT_API DateTimeDatasetParameterDefaultValues()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue