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>
50 inline void SetFieldId(
const char* value) { m_fieldIdHasBeenSet =
true; m_fieldId.assign(value); }
64 inline void SetWidth(
const char* value) { m_widthHasBeenSet =
true; m_width.assign(value); }
78 inline void SetCustomLabel(
const char* value) { m_customLabelHasBeenSet =
true; m_customLabel.assign(value); }
110 bool m_fieldIdHasBeenSet =
false;
113 bool m_widthHasBeenSet =
false;
116 bool m_customLabelHasBeenSet =
false;
119 bool m_visibilityHasBeenSet =
false;
122 bool m_uRLStylingHasBeenSet =
false;
bool VisibilityHasBeenSet() const
const TableFieldURLConfiguration & GetURLStyling() const
TableFieldOption & WithURLStyling(const TableFieldURLConfiguration &value)
TableFieldOption & WithWidth(const char *value)
TableFieldOption & WithCustomLabel(Aws::String &&value)
TableFieldOption & WithWidth(const Aws::String &value)
bool CustomLabelHasBeenSet() const
bool WidthHasBeenSet() const
const Aws::String & GetCustomLabel() const
void SetWidth(const Aws::String &value)
TableFieldOption & WithVisibility(const Visibility &value)
TableFieldOption & WithVisibility(Visibility &&value)
void SetURLStyling(TableFieldURLConfiguration &&value)
void SetVisibility(Visibility &&value)
TableFieldOption & WithFieldId(const char *value)
TableFieldOption & WithCustomLabel(const Aws::String &value)
void SetWidth(Aws::String &&value)
void SetWidth(const char *value)
TableFieldOption & WithFieldId(Aws::String &&value)
TableFieldOption & WithFieldId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldIdHasBeenSet() const
const Visibility & GetVisibility() const
void SetURLStyling(const TableFieldURLConfiguration &value)
const Aws::String & GetWidth() const
void SetVisibility(const Visibility &value)
AWS_QUICKSIGHT_API TableFieldOption(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFieldId() const
void SetFieldId(const char *value)
void SetCustomLabel(const Aws::String &value)
void SetFieldId(const Aws::String &value)
bool URLStylingHasBeenSet() const
AWS_QUICKSIGHT_API TableFieldOption & operator=(Aws::Utils::Json::JsonView jsonValue)
TableFieldOption & WithURLStyling(TableFieldURLConfiguration &&value)
AWS_QUICKSIGHT_API TableFieldOption()
void SetFieldId(Aws::String &&value)
void SetCustomLabel(const char *value)
void SetCustomLabel(Aws::String &&value)
TableFieldOption & WithCustomLabel(const char *value)
TableFieldOption & WithWidth(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue