@Generated(value="software.amazon.awssdk:codegen") public final class TypedAttributeValueRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypedAttributeValueRange.Builder,TypedAttributeValueRange>
A range of attribute values. For more information, see Range Filters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypedAttributeValueRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TypedAttributeValueRange.Builder |
builder() |
RangeMode |
endMode()
The inclusive or exclusive range end.
|
String |
endModeAsString()
The inclusive or exclusive range end.
|
TypedAttributeValue |
endValue()
The attribute value to terminate the range at.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypedAttributeValueRange.Builder> |
serializableBuilderClass() |
RangeMode |
startMode()
The inclusive or exclusive range start.
|
String |
startModeAsString()
The inclusive or exclusive range start.
|
TypedAttributeValue |
startValue()
The value to start the range at.
|
TypedAttributeValueRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RangeMode startMode()
The inclusive or exclusive range start.
If the service returns an enum value that is not available in the current SDK version, startMode will
return RangeMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
startModeAsString().
RangeModepublic final String startModeAsString()
The inclusive or exclusive range start.
If the service returns an enum value that is not available in the current SDK version, startMode will
return RangeMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
startModeAsString().
RangeModepublic final TypedAttributeValue startValue()
The value to start the range at.
public final RangeMode endMode()
The inclusive or exclusive range end.
If the service returns an enum value that is not available in the current SDK version, endMode will
return RangeMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endModeAsString().
RangeModepublic final String endModeAsString()
The inclusive or exclusive range end.
If the service returns an enum value that is not available in the current SDK version, endMode will
return RangeMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endModeAsString().
RangeModepublic final TypedAttributeValue endValue()
The attribute value to terminate the range at.
public TypedAttributeValueRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypedAttributeValueRange.Builder,TypedAttributeValueRange>public static TypedAttributeValueRange.Builder builder()
public static Class<? extends TypedAttributeValueRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.