Class ReferenceLine
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ReferenceLine
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReferenceLine.Builder,ReferenceLine>
@Generated("software.amazon.awssdk:codegen") public final class ReferenceLine extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceLine.Builder,ReferenceLine>
The reference line visual display options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReferenceLine.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferenceLine.Builderbuilder()ReferenceLineDataConfigurationdataConfiguration()The data configuration of the reference line.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReferenceLineLabelConfigurationlabelConfiguration()The label configuration of the reference line.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReferenceLine.Builder>serializableBuilderClass()WidgetStatusstatus()The status of the reference line.StringstatusAsString()The status of the reference line.ReferenceLineStyleConfigurationstyleConfiguration()The style configuration of the reference line.ReferenceLine.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
-
status
public 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,
statuswill returnWidgetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the reference line. Choose one of the following options:
-
ENABLE -
DISABLE
-
- See Also:
WidgetStatus
-
-
statusAsString
public 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,
statuswill returnWidgetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the reference line. Choose one of the following options:
-
ENABLE -
DISABLE
-
- See Also:
WidgetStatus
-
-
dataConfiguration
public final ReferenceLineDataConfiguration dataConfiguration()
The data configuration of the reference line.
- Returns:
- The data configuration of the reference line.
-
styleConfiguration
public final ReferenceLineStyleConfiguration styleConfiguration()
The style configuration of the reference line.
- Returns:
- The style configuration of the reference line.
-
labelConfiguration
public final ReferenceLineLabelConfiguration labelConfiguration()
The label configuration of the reference line.
- Returns:
- The label configuration of the reference line.
-
toBuilder
public ReferenceLine.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReferenceLine.Builder,ReferenceLine>
-
builder
public static ReferenceLine.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReferenceLine.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
-
-