@Generated(value="software.amazon.awssdk:codegen") public final class BoxPlotStyleOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BoxPlotStyleOptions.Builder,BoxPlotStyleOptions>
The style options of the box plot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BoxPlotStyleOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BoxPlotStyleOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BoxPlotFillStyle |
fillStyle()
The fill styles (solid, transparent) of the box plot.
|
String |
fillStyleAsString()
The fill styles (solid, transparent) of the box plot.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BoxPlotStyleOptions.Builder> |
serializableBuilderClass() |
BoxPlotStyleOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BoxPlotFillStyle fillStyle()
The fill styles (solid, transparent) of the box plot.
If the service returns an enum value that is not available in the current SDK version, fillStyle will
return BoxPlotFillStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fillStyleAsString().
BoxPlotFillStylepublic final String fillStyleAsString()
The fill styles (solid, transparent) of the box plot.
If the service returns an enum value that is not available in the current SDK version, fillStyle will
return BoxPlotFillStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fillStyleAsString().
BoxPlotFillStylepublic BoxPlotStyleOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BoxPlotStyleOptions.Builder,BoxPlotStyleOptions>public static BoxPlotStyleOptions.Builder builder()
public static Class<? extends BoxPlotStyleOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.