Class GeospatialSolidColor
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialSolidColor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeospatialSolidColor.Builder,GeospatialSolidColor>
@Generated("software.amazon.awssdk:codegen") public final class GeospatialSolidColor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialSolidColor.Builder,GeospatialSolidColor>
The definition for a solid color.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeospatialSolidColor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeospatialSolidColor.Builderbuilder()Stringcolor()The color and opacity values for the color.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GeospatialSolidColor.Builder>serializableBuilderClass()GeospatialColorStatestate()Enables and disables the view state of the color.StringstateAsString()Enables and disables the view state of the color.GeospatialSolidColor.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
-
color
public final String color()
The color and opacity values for the color.
- Returns:
- The color and opacity values for the color.
-
state
public final GeospatialColorState state()
Enables and disables the view state of the color.
If the service returns an enum value that is not available in the current SDK version,
statewill returnGeospatialColorState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Enables and disables the view state of the color.
- See Also:
GeospatialColorState
-
stateAsString
public final String stateAsString()
Enables and disables the view state of the color.
If the service returns an enum value that is not available in the current SDK version,
statewill returnGeospatialColorState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Enables and disables the view state of the color.
- See Also:
GeospatialColorState
-
toBuilder
public GeospatialSolidColor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeospatialSolidColor.Builder,GeospatialSolidColor>
-
builder
public static GeospatialSolidColor.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialSolidColor.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
-
-