7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ValueWhenUnsetOption.h>
9#include <aws/core/utils/DateTime.h>
61 template<
typename CustomValueT = Aws::Utils::DateTime>
62 void SetCustomValue(CustomValueT&& value) { m_customValueHasBeenSet =
true; m_customValue = std::forward<CustomValueT>(value); }
63 template<
typename CustomValueT = Aws::Utils::DateTime>
69 bool m_valueWhenUnsetOptionHasBeenSet =
false;
72 bool m_customValueHasBeenSet =
false;
bool ValueWhenUnsetOptionHasBeenSet() const
ValueWhenUnsetOption GetValueWhenUnsetOption() const
DateTimeValueWhenUnsetConfiguration & WithValueWhenUnsetOption(ValueWhenUnsetOption value)
void SetValueWhenUnsetOption(ValueWhenUnsetOption value)
void SetCustomValue(CustomValueT &&value)
AWS_QUICKSIGHT_API DateTimeValueWhenUnsetConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool CustomValueHasBeenSet() const
const Aws::Utils::DateTime & GetCustomValue() const
AWS_QUICKSIGHT_API DateTimeValueWhenUnsetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DateTimeValueWhenUnsetConfiguration()=default
DateTimeValueWhenUnsetConfiguration & WithCustomValue(CustomValueT &&value)
Aws::Utils::Json::JsonValue JsonValue