@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() |
Modifier and Type | Method and Description |
---|---|
BatchWriteOperationResponse |
clone() |
boolean |
equals(Object obj) |
BatchAddFacetToObjectResponse |
getAddFacetToObject()
The result of an add facet to object batch operation.
|
BatchAttachObjectResponse |
getAttachObject()
Attaches an object to a Directory.
|
BatchAttachPolicyResponse |
getAttachPolicy()
Attaches a policy object to a regular object.
|
BatchAttachToIndexResponse |
getAttachToIndex()
Attaches the specified object to the specified index.
|
BatchAttachTypedLinkResponse |
getAttachTypedLink()
Attaches a typed link to a specified source and target object.
|
BatchCreateIndexResponse |
getCreateIndex()
Creates an index object.
|
BatchCreateObjectResponse |
getCreateObject()
Creates an object in a Directory.
|
BatchDeleteObjectResponse |
getDeleteObject()
Deletes an object in a Directory.
|
BatchDetachFromIndexResponse |
getDetachFromIndex()
Detaches the specified object from the specified index.
|
BatchDetachObjectResponse |
getDetachObject()
Detaches an object from a Directory.
|
BatchDetachPolicyResponse |
getDetachPolicy()
Detaches a policy from a Directory.
|
BatchDetachTypedLinkResponse |
getDetachTypedLink()
Detaches a typed link from a specified source and target object.
|
BatchRemoveFacetFromObjectResponse |
getRemoveFacetFromObject()
The result of a batch remove facet from object operation.
|
BatchUpdateObjectAttributesResponse |
getUpdateObjectAttributes()
Updates a given object’s attributes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
The result of an add facet to object batch operation.
|
void |
setAttachObject(BatchAttachObjectResponse attachObject)
Attaches an object to a Directory.
|
void |
setAttachPolicy(BatchAttachPolicyResponse attachPolicy)
Attaches a policy object to a regular object.
|
void |
setAttachToIndex(BatchAttachToIndexResponse attachToIndex)
Attaches the specified object to the specified index.
|
void |
setAttachTypedLink(BatchAttachTypedLinkResponse attachTypedLink)
Attaches a typed link to a specified source and target object.
|
void |
setCreateIndex(BatchCreateIndexResponse createIndex)
Creates an index object.
|
void |
setCreateObject(BatchCreateObjectResponse createObject)
Creates an object in a Directory.
|
void |
setDeleteObject(BatchDeleteObjectResponse deleteObject)
Deletes an object in a Directory.
|
void |
setDetachFromIndex(BatchDetachFromIndexResponse detachFromIndex)
Detaches the specified object from the specified index.
|
void |
setDetachObject(BatchDetachObjectResponse detachObject)
Detaches an object from a Directory.
|
void |
setDetachPolicy(BatchDetachPolicyResponse detachPolicy)
Detaches a policy from a Directory.
|
void |
setDetachTypedLink(BatchDetachTypedLinkResponse detachTypedLink)
Detaches a typed link from a specified source and target object.
|
void |
setRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
The result of a batch remove facet from object operation.
|
void |
setUpdateObjectAttributes(BatchUpdateObjectAttributesResponse updateObjectAttributes)
Updates a given object’s attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchWriteOperationResponse |
withAddFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
The result of an add facet to object batch operation.
|
BatchWriteOperationResponse |
withAttachObject(BatchAttachObjectResponse attachObject)
Attaches an object to a Directory.
|
BatchWriteOperationResponse |
withAttachPolicy(BatchAttachPolicyResponse attachPolicy)
Attaches a policy object to a regular object.
|
BatchWriteOperationResponse |
withAttachToIndex(BatchAttachToIndexResponse attachToIndex)
Attaches the specified object to the specified index.
|
BatchWriteOperationResponse |
withAttachTypedLink(BatchAttachTypedLinkResponse attachTypedLink)
Attaches a typed link to a specified source and target object.
|
BatchWriteOperationResponse |
withCreateIndex(BatchCreateIndexResponse createIndex)
Creates an index object.
|
BatchWriteOperationResponse |
withCreateObject(BatchCreateObjectResponse createObject)
Creates an object in a Directory.
|
BatchWriteOperationResponse |
withDeleteObject(BatchDeleteObjectResponse deleteObject)
Deletes an object in a Directory.
|
BatchWriteOperationResponse |
withDetachFromIndex(BatchDetachFromIndexResponse detachFromIndex)
Detaches the specified object from the specified index.
|
BatchWriteOperationResponse |
withDetachObject(BatchDetachObjectResponse detachObject)
Detaches an object from a Directory.
|
BatchWriteOperationResponse |
withDetachPolicy(BatchDetachPolicyResponse detachPolicy)
Detaches a policy from a Directory.
|
BatchWriteOperationResponse |
withDetachTypedLink(BatchDetachTypedLinkResponse detachTypedLink)
Detaches a typed link from a specified source and target object.
|
BatchWriteOperationResponse |
withRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
The result of a batch remove facet from object operation.
|
BatchWriteOperationResponse |
withUpdateObjectAttributes(BatchUpdateObjectAttributesResponse updateObjectAttributes)
Updates a given object’s attributes.
|
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 void setAttachPolicy(BatchAttachPolicyResponse attachPolicy)
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
attachPolicy
- Attaches a policy object to a regular object. An object can have a limited number of attached policies.public BatchAttachPolicyResponse getAttachPolicy()
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
public BatchWriteOperationResponse withAttachPolicy(BatchAttachPolicyResponse attachPolicy)
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
attachPolicy
- Attaches a policy object to a regular object. An object can have a limited number of attached policies.public void setDetachPolicy(BatchDetachPolicyResponse detachPolicy)
Detaches a policy from a Directory.
detachPolicy
- Detaches a policy from a Directory.public BatchDetachPolicyResponse getDetachPolicy()
Detaches a policy from a Directory.
public BatchWriteOperationResponse withDetachPolicy(BatchDetachPolicyResponse detachPolicy)
Detaches a policy from a Directory.
detachPolicy
- Detaches a policy from a Directory.public void setCreateIndex(BatchCreateIndexResponse createIndex)
Creates an index object. See Indexing for more information.
createIndex
- Creates an index object. See Indexing for
more information.public BatchCreateIndexResponse getCreateIndex()
Creates an index object. See Indexing for more information.
public BatchWriteOperationResponse withCreateIndex(BatchCreateIndexResponse createIndex)
Creates an index object. See Indexing for more information.
createIndex
- Creates an index object. See Indexing for
more information.public void setAttachToIndex(BatchAttachToIndexResponse attachToIndex)
Attaches the specified object to the specified index.
attachToIndex
- Attaches the specified object to the specified index.public BatchAttachToIndexResponse getAttachToIndex()
Attaches the specified object to the specified index.
public BatchWriteOperationResponse withAttachToIndex(BatchAttachToIndexResponse attachToIndex)
Attaches the specified object to the specified index.
attachToIndex
- Attaches the specified object to the specified index.public void setDetachFromIndex(BatchDetachFromIndexResponse detachFromIndex)
Detaches the specified object from the specified index.
detachFromIndex
- Detaches the specified object from the specified index.public BatchDetachFromIndexResponse getDetachFromIndex()
Detaches the specified object from the specified index.
public BatchWriteOperationResponse withDetachFromIndex(BatchDetachFromIndexResponse detachFromIndex)
Detaches the specified object from the specified index.
detachFromIndex
- Detaches the specified object from the specified index.public void setAttachTypedLink(BatchAttachTypedLinkResponse attachTypedLink)
Attaches a typed link to a specified source and target object. For more information, see Typed link.
attachTypedLink
- Attaches a typed link to a specified source and target object. For more information, see Typed
link.public BatchAttachTypedLinkResponse getAttachTypedLink()
Attaches a typed link to a specified source and target object. For more information, see Typed link.
public BatchWriteOperationResponse withAttachTypedLink(BatchAttachTypedLinkResponse attachTypedLink)
Attaches a typed link to a specified source and target object. For more information, see Typed link.
attachTypedLink
- Attaches a typed link to a specified source and target object. For more information, see Typed
link.public void setDetachTypedLink(BatchDetachTypedLinkResponse detachTypedLink)
Detaches a typed link from a specified source and target object. For more information, see Typed link.
detachTypedLink
- Detaches a typed link from a specified source and target object. For more information, see Typed
link.public BatchDetachTypedLinkResponse getDetachTypedLink()
Detaches a typed link from a specified source and target object. For more information, see Typed link.
public BatchWriteOperationResponse withDetachTypedLink(BatchDetachTypedLinkResponse detachTypedLink)
Detaches a typed link from a specified source and target object. For more information, see Typed link.
detachTypedLink
- Detaches a typed link from a specified source and target object. For more information, see Typed
link.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.