@Generated(value="software.amazon.awssdk:codegen") public final class DoubleRange extends Object implements 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) |
Double |
from()
The minimum value in the range.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends DoubleRange.Builder> |
serializableBuilderClass() |
Double |
to()
The maximum value in the range.
|
DoubleRange.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Double from()
The minimum value in the range.
public Double to()
The maximum value in the range.
public DoubleRange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DoubleRange.Builder,DoubleRange>
public static DoubleRange.Builder builder()
public static Class<? extends DoubleRange.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.