7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TableFieldURLConfiguration.h>
10#include <aws/quicksight/model/Visibility.h>
42 template <
typename FieldIdT = Aws::String>
44 m_fieldIdHasBeenSet =
true;
45 m_fieldId = std::forward<FieldIdT>(value);
47 template <
typename FieldIdT = Aws::String>
60 template <
typename W
idthT = Aws::String>
62 m_widthHasBeenSet =
true;
63 m_width = std::forward<WidthT>(value);
65 template <
typename W
idthT = Aws::String>
67 SetWidth(std::forward<WidthT>(value));
78 template <
typename CustomLabelT = Aws::String>
80 m_customLabelHasBeenSet =
true;
81 m_customLabel = std::forward<CustomLabelT>(value);
83 template <
typename CustomLabelT = Aws::String>
97 m_visibilityHasBeenSet =
true;
112 template <
typename URLStylingT = TableFieldURLConfiguration>
114 m_uRLStylingHasBeenSet =
true;
115 m_uRLStyling = std::forward<URLStylingT>(value);
117 template <
typename URLStylingT = TableFieldURLConfiguration>
132 TableFieldURLConfiguration m_uRLStyling;
133 bool m_fieldIdHasBeenSet =
false;
134 bool m_widthHasBeenSet =
false;
135 bool m_customLabelHasBeenSet =
false;
136 bool m_visibilityHasBeenSet =
false;
137 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