@Generated(value="software.amazon.awssdk:codegen") public final class DataFieldSeriesItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataFieldSeriesItem.Builder,DataFieldSeriesItem>
The data field series item configuration of a line chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataFieldSeriesItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
AxisBinding |
axisBinding()
The axis that you are binding the field to.
|
String |
axisBindingAsString()
The axis that you are binding the field to.
|
static DataFieldSeriesItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The field ID of the field that you are setting the axis binding to.
|
String |
fieldValue()
The field value of the field that you are setting the axis binding to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataFieldSeriesItem.Builder> |
serializableBuilderClass() |
LineChartSeriesSettings |
settings()
The options that determine the presentation of line series associated to the field.
|
DataFieldSeriesItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldId()
The field ID of the field that you are setting the axis binding to.
public final String fieldValue()
The field value of the field that you are setting the axis binding to.
public final AxisBinding axisBinding()
The axis that you are binding the field to.
If the service returns an enum value that is not available in the current SDK version, axisBinding will
return AxisBinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
axisBindingAsString().
AxisBindingpublic final String axisBindingAsString()
The axis that you are binding the field to.
If the service returns an enum value that is not available in the current SDK version, axisBinding will
return AxisBinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
axisBindingAsString().
AxisBindingpublic final LineChartSeriesSettings settings()
The options that determine the presentation of line series associated to the field.
public DataFieldSeriesItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataFieldSeriesItem.Builder,DataFieldSeriesItem>public static DataFieldSeriesItem.Builder builder()
public static Class<? extends DataFieldSeriesItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.