@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)
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 Object
Object.toString()
public BatchWriteOperationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.