Class BatchAttachObject
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchAttachObject
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
@Generated("software.amazon.awssdk:codegen") public final class BatchAttachObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
Represents the output of an AttachObject operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchAttachObject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchAttachObject.Builderbuilder()ObjectReferencechildReference()The child object reference that is to be attached to the object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlinkName()The name of the link.ObjectReferenceparentReference()The parent object reference.List<SdkField<?>>sdkFields()static Class<? extends BatchAttachObject.Builder>serializableBuilderClass()BatchAttachObject.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
-
parentReference
public final ObjectReference parentReference()
The parent object reference.
- Returns:
- The parent object reference.
-
childReference
public final ObjectReference childReference()
The child object reference that is to be attached to the object.
- Returns:
- The child object reference that is to be attached to the object.
-
linkName
public final String linkName()
The name of the link.
- Returns:
- The name of the link.
-
toBuilder
public BatchAttachObject.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
-
builder
public static BatchAttachObject.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchAttachObject.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.
-
-