@Generated(value="software.amazon.awssdk:codegen") public final class ObjectIdentifierAndLinkNameTuple extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>
A pair of ObjectIdentifier and LinkName.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectIdentifierAndLinkNameTuple.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifierAndLinkNameTuple.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
linkName()
The name of the link between the parent and the child object.
|
String |
objectIdentifier()
The ID that is associated with the object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ObjectIdentifierAndLinkNameTuple.Builder> |
serializableBuilderClass() |
ObjectIdentifierAndLinkNameTuple.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String objectIdentifier()
The ID that is associated with the object.
public final String linkName()
The name of the link between the parent and the child object.
public ObjectIdentifierAndLinkNameTuple.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>public static ObjectIdentifierAndLinkNameTuple.Builder builder()
public static Class<? extends ObjectIdentifierAndLinkNameTuple.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.