StructuredPojo
, ToCopyableBuilder<BatchWriteOperation.Builder,BatchWriteOperation>
@Generated("software.amazon.awssdk:codegen") public class BatchWriteOperation extends Object implements StructuredPojo, ToCopyableBuilder<BatchWriteOperation.Builder,BatchWriteOperation>
Represents the output of a BatchWrite
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchWriteOperation.Builder |
Modifier and Type | Method | Description |
---|---|---|
BatchAddFacetToObject |
addFacetToObject() |
A batch operation that adds a facet to an object.
|
BatchAttachObject |
attachObject() |
Attaches an object to a Directory.
|
static BatchWriteOperation.Builder |
builder() |
|
BatchCreateObject |
createObject() |
Creates an object.
|
BatchDeleteObject |
deleteObject() |
Deletes an object in a Directory.
|
BatchDetachObject |
detachObject() |
Detaches an object from a Directory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
BatchRemoveFacetFromObject |
removeFacetFromObject() |
A batch operation that removes a facet from an object.
|
static Class<? extends BatchWriteOperation.Builder> |
serializableBuilderClass() |
|
BatchWriteOperation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
BatchUpdateObjectAttributes |
updateObjectAttributes() |
Updates a given object's attributes.
|
public BatchCreateObject createObject()
Creates an object.
public BatchAttachObject attachObject()
Attaches an object to a Directory.
public BatchDetachObject detachObject()
Detaches an object from a Directory.
public BatchUpdateObjectAttributes updateObjectAttributes()
Updates a given object's attributes.
public BatchDeleteObject deleteObject()
Deletes an object in a Directory.
public BatchAddFacetToObject addFacetToObject()
A batch operation that adds a facet to an object.
public BatchRemoveFacetFromObject removeFacetFromObject()
A batch operation that removes a facet from an object.
public BatchWriteOperation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchWriteOperation.Builder,BatchWriteOperation>
public static BatchWriteOperation.Builder builder()
public static Class<? extends BatchWriteOperation.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.