@Generated(value="software.amazon.awssdk:codegen") public final class MatchRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchRange.Builder,MatchRange>
An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MatchRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MatchRange.Builder |
builder() |
Long |
end()
The end of the range.
|
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 MatchRange.Builder> |
serializableBuilderClass() |
Long |
start()
The start of the range.
|
MatchRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long end()
The end of the range.
public final Long start()
The start of the range.
public MatchRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MatchRange.Builder,MatchRange>public static MatchRange.Builder builder()
public static Class<? extends MatchRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.