Class BatchDetachObject
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchDetachObject
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchDetachObject.Builder,BatchDetachObject>
@Generated("software.amazon.awssdk:codegen") public final class BatchDetachObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDetachObject.Builder,BatchDetachObject>
Represents the output of a DetachObject operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchDetachObject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbatchReferenceName()The batch reference name.static BatchDetachObject.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlinkName()The name of the link.ObjectReferenceparentReference()Parent reference from which the object with the specified link name is detached.List<SdkField<?>>sdkFields()static Class<? extends BatchDetachObject.Builder>serializableBuilderClass()BatchDetachObject.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()
Parent reference from which the object with the specified link name is detached.
- Returns:
- Parent reference from which the object with the specified link name is detached.
-
linkName
public final String linkName()
The name of the link.
- Returns:
- The name of the link.
-
batchReferenceName
public final String batchReferenceName()
The batch reference name. See Transaction Support for more information.
- Returns:
- The batch reference name. See Transaction Support for more information.
-
toBuilder
public BatchDetachObject.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchDetachObject.Builder,BatchDetachObject>
-
builder
public static BatchDetachObject.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchDetachObject.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.
-
-