7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ColumnIdentifier.h>
50 inline void SetFieldId(
const char* value) { m_fieldIdHasBeenSet =
true; m_fieldId.assign(value); }
70 bool m_fieldIdHasBeenSet =
false;
73 bool m_columnHasBeenSet =
false;
bool FieldIdHasBeenSet() const
const ColumnIdentifier & GetColumn() const
bool ColumnHasBeenSet() const
void SetFieldId(Aws::String &&value)
const Aws::String & GetFieldId() const
void SetColumn(ColumnIdentifier &&value)
void SetFieldId(const char *value)
AWS_QUICKSIGHT_API AxisLabelReferenceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AxisLabelReferenceOptions & WithColumn(ColumnIdentifier &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AxisLabelReferenceOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AxisLabelReferenceOptions()
AxisLabelReferenceOptions & WithFieldId(const char *value)
AxisLabelReferenceOptions & WithFieldId(const Aws::String &value)
void SetFieldId(const Aws::String &value)
AxisLabelReferenceOptions & WithFieldId(Aws::String &&value)
void SetColumn(const ColumnIdentifier &value)
AxisLabelReferenceOptions & WithColumn(const ColumnIdentifier &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue