@Generated(value="software.amazon.awssdk:codegen") public final class AxisLabelReferenceOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AxisLabelReferenceOptions.Builder,AxisLabelReferenceOptions>
The reference that specifies where the axis label is applied to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AxisLabelReferenceOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AxisLabelReferenceOptions.Builder |
builder() |
ColumnIdentifier |
column()
The column that the axis label is targeted to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The field that the axis label is targeted to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AxisLabelReferenceOptions.Builder> |
serializableBuilderClass() |
AxisLabelReferenceOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldId()
The field that the axis label is targeted to.
public final ColumnIdentifier column()
The column that the axis label is targeted to.
public AxisLabelReferenceOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AxisLabelReferenceOptions.Builder,AxisLabelReferenceOptions>public static AxisLabelReferenceOptions.Builder builder()
public static Class<? extends AxisLabelReferenceOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.