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