@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportDocumentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportDocumentResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportDocumentResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileId()
The unique identifier assigned to the uploaded file.
|
int |
hashCode() |
void |
setFileId(String fileId)
The unique identifier assigned to the uploaded file.
|
String |
toString()
Returns a string representation of this object.
|
ImportDocumentResult |
withFileId(String fileId)
The unique identifier assigned to the uploaded file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFileId(String fileId)
The unique identifier assigned to the uploaded file.
fileId - The unique identifier assigned to the uploaded file.public String getFileId()
The unique identifier assigned to the uploaded file.
public ImportDocumentResult withFileId(String fileId)
The unique identifier assigned to the uploaded file.
fileId - The unique identifier assigned to the uploaded file.public String toString()
toString in class ObjectObject.toString()public ImportDocumentResult clone()