@Generated(value="software.amazon.awssdk:codegen") public final class TypedLinkAttributeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypedLinkAttributeRange.Builder,TypedLinkAttributeRange>
Identifies the range of attributes that are used by a specified filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypedLinkAttributeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attributeName()
The unique name of the typed link attribute.
|
static TypedLinkAttributeRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TypedAttributeValueRange |
range()
The range of attribute values that are being selected.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypedLinkAttributeRange.Builder> |
serializableBuilderClass() |
TypedLinkAttributeRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String attributeName()
The unique name of the typed link attribute.
public final TypedAttributeValueRange range()
The range of attribute values that are being selected.
public TypedLinkAttributeRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypedLinkAttributeRange.Builder,TypedLinkAttributeRange>public static TypedLinkAttributeRange.Builder builder()
public static Class<? extends TypedLinkAttributeRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.