Class ObjectIdentifierAndLinkNameTuple
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.ObjectIdentifierAndLinkNameTuple
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>
@Generated("software.amazon.awssdk:codegen") public final class ObjectIdentifierAndLinkNameTuple extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>
A pair of ObjectIdentifier and LinkName.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceObjectIdentifierAndLinkNameTuple.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectIdentifierAndLinkNameTuple.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlinkName()The name of the link between the parent and the child object.StringobjectIdentifier()The ID that is associated with the object.List<SdkField<?>>sdkFields()static Class<? extends ObjectIdentifierAndLinkNameTuple.Builder>serializableBuilderClass()ObjectIdentifierAndLinkNameTuple.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
-
objectIdentifier
public final String objectIdentifier()
The ID that is associated with the object.
- Returns:
- The ID that is associated with the object.
-
linkName
public final String linkName()
The name of the link between the parent and the child object.
- Returns:
- The name of the link between the parent and the child object.
-
toBuilder
public ObjectIdentifierAndLinkNameTuple.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>
-
builder
public static ObjectIdentifierAndLinkNameTuple.Builder builder()
-
serializableBuilderClass
public static Class<? extends ObjectIdentifierAndLinkNameTuple.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.
-
-