7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/Visibility.h>
10#include <aws/quicksight/model/TableFieldURLConfiguration.h>
48 template<
typename FieldIdT = Aws::String>
49 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
50 template<
typename FieldIdT = Aws::String>
60 template<
typename W
idthT = Aws::String>
61 void SetWidth(WidthT&& value) { m_widthHasBeenSet =
true; m_width = std::forward<WidthT>(value); }
62 template<
typename W
idthT = Aws::String>
72 template<
typename CustomLabelT = Aws::String>
73 void SetCustomLabel(CustomLabelT&& value) { m_customLabelHasBeenSet =
true; m_customLabel = std::forward<CustomLabelT>(value); }
74 template<
typename CustomLabelT = Aws::String>
94 template<
typename URLStylingT = TableFieldURLConfiguration>
95 void SetURLStyling(URLStylingT&& value) { m_uRLStylingHasBeenSet =
true; m_uRLStyling = std::forward<URLStylingT>(value); }
96 template<
typename URLStylingT = TableFieldURLConfiguration>
102 bool m_fieldIdHasBeenSet =
false;
105 bool m_widthHasBeenSet =
false;
108 bool m_customLabelHasBeenSet =
false;
111 bool m_visibilityHasBeenSet =
false;
113 TableFieldURLConfiguration m_uRLStyling;
114 bool m_uRLStylingHasBeenSet =
false;
bool VisibilityHasBeenSet() const
const TableFieldURLConfiguration & GetURLStyling() const
Visibility GetVisibility() const
void SetFieldId(FieldIdT &&value)
void SetVisibility(Visibility value)
void SetCustomLabel(CustomLabelT &&value)
bool CustomLabelHasBeenSet() const
bool WidthHasBeenSet() const
void SetWidth(WidthT &&value)
const Aws::String & GetCustomLabel() const
AWS_QUICKSIGHT_API TableFieldOption()=default
TableFieldOption & WithFieldId(FieldIdT &&value)
TableFieldOption & WithCustomLabel(CustomLabelT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldIdHasBeenSet() const
TableFieldOption & WithURLStyling(URLStylingT &&value)
void SetURLStyling(URLStylingT &&value)
const Aws::String & GetWidth() const
AWS_QUICKSIGHT_API TableFieldOption(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFieldId() const
TableFieldOption & WithVisibility(Visibility value)
bool URLStylingHasBeenSet() const
AWS_QUICKSIGHT_API TableFieldOption & operator=(Aws::Utils::Json::JsonView jsonValue)
TableFieldOption & WithWidth(WidthT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue