7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/LabelOptions.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/SheetControlInfoIconLabelOptions.h>
48 template<
typename TitleOptionsT = LabelOptions>
49 void SetTitleOptions(TitleOptionsT&& value) { m_titleOptionsHasBeenSet =
true; m_titleOptions = std::forward<TitleOptionsT>(value); }
50 template<
typename TitleOptionsT = LabelOptions>
60 template<
typename DateTimeFormatT = Aws::String>
61 void SetDateTimeFormat(DateTimeFormatT&& value) { m_dateTimeFormatHasBeenSet =
true; m_dateTimeFormat = std::forward<DateTimeFormatT>(value); }
62 template<
typename DateTimeFormatT = Aws::String>
72 template<
typename InfoIconLabelOptionsT = SheetControlInfoIconLabelOptions>
73 void SetInfoIconLabelOptions(InfoIconLabelOptionsT&& value) { m_infoIconLabelOptionsHasBeenSet =
true; m_infoIconLabelOptions = std::forward<InfoIconLabelOptionsT>(value); }
74 template<
typename InfoIconLabelOptionsT = SheetControlInfoIconLabelOptions>
80 bool m_titleOptionsHasBeenSet =
false;
83 bool m_dateTimeFormatHasBeenSet =
false;
86 bool m_infoIconLabelOptionsHasBeenSet =
false;
AWS_QUICKSIGHT_API RelativeDateTimeControlDisplayOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API RelativeDateTimeControlDisplayOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
RelativeDateTimeControlDisplayOptions & WithDateTimeFormat(DateTimeFormatT &&value)
const LabelOptions & GetTitleOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool InfoIconLabelOptionsHasBeenSet() const
bool DateTimeFormatHasBeenSet() const
const SheetControlInfoIconLabelOptions & GetInfoIconLabelOptions() const
void SetDateTimeFormat(DateTimeFormatT &&value)
RelativeDateTimeControlDisplayOptions & WithInfoIconLabelOptions(InfoIconLabelOptionsT &&value)
void SetTitleOptions(TitleOptionsT &&value)
bool TitleOptionsHasBeenSet() const
AWS_QUICKSIGHT_API RelativeDateTimeControlDisplayOptions()=default
const Aws::String & GetDateTimeFormat() const
void SetInfoIconLabelOptions(InfoIconLabelOptionsT &&value)
RelativeDateTimeControlDisplayOptions & WithTitleOptions(TitleOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue