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 interfaceReferenceLineStyleConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferenceLineStyleConfiguration.Builderbuilder()Stringcolor()The hex color of the reference line.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReferenceLinePatternTypepattern()The pattern type of the line style.StringpatternAsString()The pattern type of the line style.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReferenceLineStyleConfiguration.Builder>serializableBuilderClass()ReferenceLineStyleConfiguration.BuildertoBuilder()StringtoString()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,
patternwill 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,
patternwill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-