Class MatchRange
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.MatchRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MatchRange.Builder,MatchRange>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMatchRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatchRange.Builderbuilder()Longend()The end of the range.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MatchRange.Builder>serializableBuilderClass()Longstart()The start of the range.MatchRange.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
-
end
public final Long end()
The end of the range.
- Returns:
- The end of the range.
-
start
public final Long start()
The start of the range.
- Returns:
- The start of the range.
-
toBuilder
public MatchRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MatchRange.Builder,MatchRange>
-
builder
public static MatchRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends MatchRange.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.
-
-