public class ImportSnapshotTask
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes an import snapshot task.
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
Describes an import snapshot task.
|
Constructor and Description |
---|
ImportSnapshotTask() |
Modifier and Type | Method and Description |
---|---|
ImportSnapshotTask |
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()
Describes an 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)
Describes an import snapshot task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportSnapshotTask |
withDescription(java.lang.String description)
A description of the import snapshot task.
|
ImportSnapshotTask |
withImportTaskId(java.lang.String importTaskId)
The ID of the import snapshot task.
|
ImportSnapshotTask |
withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
|
private java.lang.String importTaskId
The ID of the import snapshot task.
private SnapshotTaskDetail snapshotTaskDetail
Describes an 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 ImportSnapshotTask 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)
Describes an import snapshot task.
snapshotTaskDetail
- Describes an import snapshot task.public SnapshotTaskDetail getSnapshotTaskDetail()
Describes an import snapshot task.
public ImportSnapshotTask withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
snapshotTaskDetail
- Describes an 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 ImportSnapshotTask 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 ImportSnapshotTask clone()
clone
in class java.lang.Object