@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String objectIdentifier()
The ID that is associated with the object.
public String linkName()
The name of the link between the parent and the child object.
public ObjectIdentifierAndLinkNameTuple.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>
public static ObjectIdentifierAndLinkNameTuple.Builder builder()
public static Class<? extends ObjectIdentifierAndLinkNameTuple.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.