@Generated(value="software.amazon.awssdk:codegen") public final class DoubleRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DoubleRange.Builder,DoubleRange>
A range of double values.
Modifier and Type | Class and Description |
---|---|
static interface |
DoubleRange.Builder |
Modifier and Type | Method and Description |
---|---|
static DoubleRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Double |
from()
The minimum value in the range.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DoubleRange.Builder> |
serializableBuilderClass() |
Double |
to()
The maximum value in the range.
|
DoubleRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Double from()
The minimum value in the range.
public final Double to()
The maximum value in the range.
public DoubleRange.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DoubleRange.Builder,DoubleRange>
public static DoubleRange.Builder builder()
public static Class<? extends DoubleRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.