@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchWriteOperationResponse extends Object implements Serializable, Cloneable
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)
Result of an add facet to object batch operation.
addFacetToObject - Result of an add facet to object batch operation.public BatchAddFacetToObjectResponse getAddFacetToObject()
Result of an add facet to object batch operation.
public BatchWriteOperationResponse withAddFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
Result of an add facet to object batch operation.
addFacetToObject - Result of an add facet to object batch operation.public void setRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
Result of a batch remove facet from object operation.
removeFacetFromObject - Result of a batch remove facet from object operation.public BatchRemoveFacetFromObjectResponse getRemoveFacetFromObject()
Result of a batch remove facet from object operation.
public BatchWriteOperationResponse withRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
Result of a batch remove facet from object operation.
removeFacetFromObject - Result of a batch remove facet from object operation.public String toString()
toString in class ObjectObject.toString()public BatchWriteOperationResponse clone()
Copyright © 2017. All rights reserved.