@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchWriteOperationResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a BatchWrite response operation.
| Constructor and Description |
|---|
BatchWriteOperationResponse() |
public void setCreateObject(BatchCreateObjectResponse createObject)
Creates an object in a Directory.
createObject - Creates an object in a Directory.public BatchCreateObjectResponse getCreateObject()
Creates an object in a Directory.
public BatchWriteOperationResponse withCreateObject(BatchCreateObjectResponse createObject)
Creates an object in a Directory.
createObject - Creates an object in a Directory.public void setAttachObject(BatchAttachObjectResponse attachObject)
Attaches an object to a Directory.
attachObject - Attaches an object to a Directory.public BatchAttachObjectResponse getAttachObject()
Attaches an object to a Directory.
public BatchWriteOperationResponse withAttachObject(BatchAttachObjectResponse attachObject)
Attaches an object to a Directory.
attachObject - Attaches an object to a Directory.public void setDetachObject(BatchDetachObjectResponse detachObject)
Detaches an object from a Directory.
detachObject - Detaches an object from a Directory.public BatchDetachObjectResponse getDetachObject()
Detaches an object from a Directory.
public BatchWriteOperationResponse withDetachObject(BatchDetachObjectResponse detachObject)
Detaches an object from a Directory.
detachObject - Detaches an object from a Directory.public void setUpdateObjectAttributes(BatchUpdateObjectAttributesResponse updateObjectAttributes)
Updates a given object’s attributes.
updateObjectAttributes - Updates a given object’s attributes.public BatchUpdateObjectAttributesResponse getUpdateObjectAttributes()
Updates a given object’s attributes.
public BatchWriteOperationResponse withUpdateObjectAttributes(BatchUpdateObjectAttributesResponse updateObjectAttributes)
Updates a given object’s attributes.
updateObjectAttributes - Updates a given object’s attributes.public void setDeleteObject(BatchDeleteObjectResponse deleteObject)
Deletes an object in a Directory.
deleteObject - Deletes an object in a Directory.public BatchDeleteObjectResponse getDeleteObject()
Deletes an object in a Directory.
public BatchWriteOperationResponse withDeleteObject(BatchDeleteObjectResponse deleteObject)
Deletes an object in a Directory.
deleteObject - Deletes an object in a Directory.public void setAddFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
The result of an add facet to object batch operation.
addFacetToObject - The result of an add facet to object batch operation.public BatchAddFacetToObjectResponse getAddFacetToObject()
The result of an add facet to object batch operation.
public BatchWriteOperationResponse withAddFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
The result of an add facet to object batch operation.
addFacetToObject - The result of an add facet to object batch operation.public void setRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
The result of a batch remove facet from object operation.
removeFacetFromObject - The result of a batch remove facet from object operation.public BatchRemoveFacetFromObjectResponse getRemoveFacetFromObject()
The result of a batch remove facet from object operation.
public BatchWriteOperationResponse withRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
The result of a batch remove facet from object operation.
removeFacetFromObject - The result of a batch remove facet from object operation.public String toString()
toString in class ObjectObject.toString()public BatchWriteOperationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.