@Generated(value="software.amazon.awssdk:codegen") public final class GradientStop extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GradientStop.Builder,GradientStop>
Determines the gradient stop configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GradientStop.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GradientStop.Builder |
builder() |
String |
color()
Determines the color.
|
Double |
dataValue()
Determines the data value.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Double |
gradientOffset()
Determines gradient offset value.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GradientStop.Builder> |
serializableBuilderClass() |
GradientStop.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double gradientOffset()
Determines gradient offset value.
public final Double dataValue()
Determines the data value.
public final String color()
Determines the color.
public GradientStop.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GradientStop.Builder,GradientStop>public static GradientStop.Builder builder()
public static Class<? extends GradientStop.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.