Class DoubleRange
- java.lang.Object
-
- software.amazon.awssdk.services.rds.model.DoubleRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DoubleRange.Builder,DoubleRange>
@Generated("software.amazon.awssdk:codegen") public final class DoubleRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DoubleRange.Builder,DoubleRange>
A range of double values.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDoubleRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DoubleRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Doublefrom()The minimum value in the range.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DoubleRange.Builder>serializableBuilderClass()Doubleto()The maximum value in the range.DoubleRange.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
-
from
public final Double from()
The minimum value in the range.
- Returns:
- The minimum value in the range.
-
to
public final Double to()
The maximum value in the range.
- Returns:
- The maximum value in the range.
-
toBuilder
public DoubleRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DoubleRange.Builder,DoubleRange>
-
builder
public static DoubleRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends DoubleRange.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
-
-