Class Range
java.lang.Object
software.amazon.awssdk.services.rds.model.Range
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Range.Builder,Range>
@Generated("software.amazon.awssdk:codegen")
public final class Range
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Range.Builder,Range>
A range of integer values.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Range.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final Integerfrom()The minimum value in the range.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends Range.Builder>final Integerstep()The step value for the range.final Integerto()The maximum value in the range.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
from
The minimum value in the range.
- Returns:
- The minimum value in the range.
-
to
The maximum value in the range.
- Returns:
- The maximum value in the range.
-
step
The step value for the range. For example, if you have a range of 5,000 to 10,000, with a step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500 is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000, 7,000, 8,000...
- Returns:
- The step value for the range. For example, if you have a range of 5,000 to 10,000, with a step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500 is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000, 7,000, 8,000...
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Range.Builder,Range>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-