@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDocument extends Object implements Serializable, Cloneable, StructuredPojo
A document deleted from an Amazon Q Business data source connector.
| Constructor and Description |
|---|
DeleteDocument() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDocument |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentId()
The identifier of the deleted document.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDocumentId(String documentId)
The identifier of the deleted document.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDocument |
withDocumentId(String documentId)
The identifier of the deleted document.
|
public void setDocumentId(String documentId)
The identifier of the deleted document.
documentId - The identifier of the deleted document.public String getDocumentId()
The identifier of the deleted document.
public DeleteDocument withDocumentId(String documentId)
The identifier of the deleted document.
documentId - The identifier of the deleted document.public String toString()
toString in class ObjectObject.toString()public DeleteDocument clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.