Class ReferenceLineStyleConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ReferenceLineStyleConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ReferenceLineStyleConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>
The style configuration of the reference line.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ReferenceLineStyleConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pattern
public 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 returnReferenceLinePatternType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompatternAsString()
.- Returns:
- The pattern type of the line style. Choose one of the following options:
-
SOLID
-
DASHED
-
DOTTED
-
- See Also:
ReferenceLinePatternType
-
-
patternAsString
public 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 returnReferenceLinePatternType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompatternAsString()
.- Returns:
- The pattern type of the line style. Choose one of the following options:
-
SOLID
-
DASHED
-
DOTTED
-
- See Also:
ReferenceLinePatternType
-
-
color
public final String color()
The hex color of the reference line.
- Returns:
- The hex color of the reference line.
-
toBuilder
public ReferenceLineStyleConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>
-
builder
public static ReferenceLineStyleConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReferenceLineStyleConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-