@Generated(value="software.amazon.awssdk:codegen") public final class ReferenceLine extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceLine.Builder,ReferenceLine>
The reference line visual display options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferenceLine.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceLine.Builder |
builder() |
ReferenceLineDataConfiguration |
dataConfiguration()
The data configuration of the reference line.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReferenceLineLabelConfiguration |
labelConfiguration()
The label configuration of the reference line.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReferenceLine.Builder> |
serializableBuilderClass() |
WidgetStatus |
status()
The status of the reference line.
|
String |
statusAsString()
The status of the reference line.
|
ReferenceLineStyleConfiguration |
styleConfiguration()
The style configuration of the reference line.
|
ReferenceLine.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WidgetStatus status()
The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
If the service returns an enum value that is not available in the current SDK version, status will
return WidgetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ENABLE
DISABLE
WidgetStatuspublic final String statusAsString()
The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
If the service returns an enum value that is not available in the current SDK version, status will
return WidgetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ENABLE
DISABLE
WidgetStatuspublic final ReferenceLineDataConfiguration dataConfiguration()
The data configuration of the reference line.
public final ReferenceLineStyleConfiguration styleConfiguration()
The style configuration of the reference line.
public final ReferenceLineLabelConfiguration labelConfiguration()
The label configuration of the reference line.
public ReferenceLine.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReferenceLine.Builder,ReferenceLine>public static ReferenceLine.Builder builder()
public static Class<? extends ReferenceLine.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.