@Generated(value="software.amazon.awssdk:codegen") public final class FieldSeriesItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldSeriesItem.Builder,FieldSeriesItem>
The field series item configuration of a line chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FieldSeriesItem.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 FieldSeriesItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The field ID of the field for which you are setting the axis binding.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldSeriesItem.Builder> |
serializableBuilderClass() |
LineChartSeriesSettings |
settings()
The options that determine the presentation of line series associated to the field.
|
FieldSeriesItem.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 for which you are setting the axis binding.
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 FieldSeriesItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FieldSeriesItem.Builder,FieldSeriesItem>public static FieldSeriesItem.Builder builder()
public static Class<? extends FieldSeriesItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.