@Generated(value="software.amazon.awssdk:codegen") public final class ReferenceLineValueLabelConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceLineValueLabelConfiguration.Builder,ReferenceLineValueLabelConfiguration>
The value label configuration of the label in a reference line.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferenceLineValueLabelConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceLineValueLabelConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
NumericFormatConfiguration |
formatConfiguration()
The format configuration of the value label.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReferenceLineValueLabelRelativePosition |
relativePosition()
The relative position of the value label.
|
String |
relativePositionAsString()
The relative position of the value label.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReferenceLineValueLabelConfiguration.Builder> |
serializableBuilderClass() |
ReferenceLineValueLabelConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReferenceLineValueLabelRelativePosition relativePosition()
The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
If the service returns an enum value that is not available in the current SDK version, relativePosition
will return ReferenceLineValueLabelRelativePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from relativePositionAsString().
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
ReferenceLineValueLabelRelativePositionpublic final String relativePositionAsString()
The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
If the service returns an enum value that is not available in the current SDK version, relativePosition
will return ReferenceLineValueLabelRelativePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from relativePositionAsString().
BEFORE_CUSTOM_LABEL
AFTER_CUSTOM_LABEL
ReferenceLineValueLabelRelativePositionpublic final NumericFormatConfiguration formatConfiguration()
The format configuration of the value label.
public ReferenceLineValueLabelConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReferenceLineValueLabelConfiguration.Builder,ReferenceLineValueLabelConfiguration>public static ReferenceLineValueLabelConfiguration.Builder builder()
public static Class<? extends ReferenceLineValueLabelConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.