Class GeospatialNullSymbolStyle
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialNullSymbolStyle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeospatialNullSymbolStyle.Builder,GeospatialNullSymbolStyle>
@Generated("software.amazon.awssdk:codegen") public final class GeospatialNullSymbolStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialNullSymbolStyle.Builder,GeospatialNullSymbolStyle>
The symbol style for null data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeospatialNullSymbolStyle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeospatialNullSymbolStyle.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfillColor()The color and opacity values for the fill color.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GeospatialNullSymbolStyle.Builder>serializableBuilderClass()StringstrokeColor()The color and opacity values for the stroke color.DoublestrokeWidth()The width of the border stroke.GeospatialNullSymbolStyle.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
-
fillColor
public final String fillColor()
The color and opacity values for the fill color.
- Returns:
- The color and opacity values for the fill color.
-
strokeColor
public final String strokeColor()
The color and opacity values for the stroke color.
- Returns:
- The color and opacity values for the stroke color.
-
strokeWidth
public final Double strokeWidth()
The width of the border stroke.
- Returns:
- The width of the border stroke.
-
toBuilder
public GeospatialNullSymbolStyle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeospatialNullSymbolStyle.Builder,GeospatialNullSymbolStyle>
-
builder
public static GeospatialNullSymbolStyle.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialNullSymbolStyle.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
-
-