StructuredPojo
, ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
@Generated("software.amazon.awssdk:codegen") public class BatchWriteOperationResponse extends Object implements StructuredPojo, ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
Represents the output of a BatchWrite
response operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchWriteOperationResponse.Builder |
public BatchCreateObjectResponse createObject()
Creates an object in a Directory.
public BatchAttachObjectResponse attachObject()
Attaches an object to a Directory.
public BatchDetachObjectResponse detachObject()
Detaches an object from a Directory.
public BatchUpdateObjectAttributesResponse updateObjectAttributes()
Updates a given object’s attributes.
public BatchDeleteObjectResponse deleteObject()
Deletes an object in a Directory.
public BatchAddFacetToObjectResponse addFacetToObject()
The result of an add facet to object batch operation.
public BatchRemoveFacetFromObjectResponse removeFacetFromObject()
The result of a batch remove facet from object operation.
public BatchWriteOperationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
public static BatchWriteOperationResponse.Builder builder()
public static Class<? extends BatchWriteOperationResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.