public class ImportSnapshotResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output for ImportSnapshot.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description
A description of the import snapshot task.
|
private java.lang.String |
importTaskId
The ID of the import snapshot task.
|
private SnapshotTaskDetail |
snapshotTaskDetail
Information about the import snapshot task.
|
Constructor and Description |
---|
ImportSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
ImportSnapshotResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
A description of the import snapshot task.
|
java.lang.String |
getImportTaskId()
The ID of the import snapshot task.
|
SnapshotTaskDetail |
getSnapshotTaskDetail()
Information about the import snapshot task.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
A description of the import snapshot task.
|
void |
setImportTaskId(java.lang.String importTaskId)
The ID of the import snapshot task.
|
void |
setSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportSnapshotResult |
withDescription(java.lang.String description)
A description of the import snapshot task.
|
ImportSnapshotResult |
withImportTaskId(java.lang.String importTaskId)
The ID of the import snapshot task.
|
ImportSnapshotResult |
withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
|
private java.lang.String importTaskId
The ID of the import snapshot task.
private SnapshotTaskDetail snapshotTaskDetail
Information about the import snapshot task.
private java.lang.String description
A description of the import snapshot task.
public void setImportTaskId(java.lang.String importTaskId)
The ID of the import snapshot task.
importTaskId
- The ID of the import snapshot task.public java.lang.String getImportTaskId()
The ID of the import snapshot task.
public ImportSnapshotResult withImportTaskId(java.lang.String importTaskId)
The ID of the import snapshot task.
importTaskId
- The ID of the import snapshot task.public void setSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
snapshotTaskDetail
- Information about the import snapshot task.public SnapshotTaskDetail getSnapshotTaskDetail()
Information about the import snapshot task.
public ImportSnapshotResult withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
snapshotTaskDetail
- Information about the import snapshot task.public void setDescription(java.lang.String description)
A description of the import snapshot task.
description
- A description of the import snapshot task.public java.lang.String getDescription()
A description of the import snapshot task.
public ImportSnapshotResult withDescription(java.lang.String description)
A description of the import snapshot task.
description
- A description of the import snapshot task.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ImportSnapshotResult clone()
clone
in class java.lang.Object