@Generated(value="software.amazon.awssdk:codegen") public final class BatchWriteOperationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
Represents the output of a BatchWrite response operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchWriteOperationResponse.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BatchCreateObjectResponse createObject()
Creates an object in a Directory.
public final BatchAttachObjectResponse attachObject()
Attaches an object to a Directory.
public final BatchDetachObjectResponse detachObject()
Detaches an object from a Directory.
public final BatchUpdateObjectAttributesResponse updateObjectAttributes()
Updates a given object’s attributes.
public final BatchDeleteObjectResponse deleteObject()
Deletes an object in a Directory.
public final BatchAddFacetToObjectResponse addFacetToObject()
The result of an add facet to object batch operation.
public final BatchRemoveFacetFromObjectResponse removeFacetFromObject()
The result of a batch remove facet from object operation.
public final BatchAttachPolicyResponse attachPolicy()
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
public final BatchDetachPolicyResponse detachPolicy()
Detaches a policy from a Directory.
public final BatchCreateIndexResponse createIndex()
Creates an index object. See Indexing and search for more information.
public final BatchAttachToIndexResponse attachToIndex()
Attaches the specified object to the specified index.
public final BatchDetachFromIndexResponse detachFromIndex()
Detaches the specified object from the specified index.
public final BatchAttachTypedLinkResponse attachTypedLink()
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
public final BatchDetachTypedLinkResponse detachTypedLink()
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
public final BatchUpdateLinkAttributesResponse updateLinkAttributes()
Represents the output of a BatchWrite response operation.
BatchWrite response operation.public BatchWriteOperationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>public static BatchWriteOperationResponse.Builder builder()
public static Class<? extends BatchWriteOperationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.