public class ImportSnapshotResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ImportSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
ImportSnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the import snapshot task.
|
String |
getImportTaskId()
The ID of the import snapshot task.
|
SnapshotTaskDetail |
getSnapshotTaskDetail()
Information about the import snapshot task.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the import snapshot task.
|
void |
setImportTaskId(String importTaskId)
The ID of the import snapshot task.
|
void |
setSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportSnapshotResult |
withDescription(String description)
A description of the import snapshot task.
|
ImportSnapshotResult |
withImportTaskId(String importTaskId)
The ID of the import snapshot task.
|
ImportSnapshotResult |
withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
|
public String getImportTaskId()
public void setImportTaskId(String importTaskId)
importTaskId
- The ID of the import snapshot task.public ImportSnapshotResult withImportTaskId(String importTaskId)
Returns a reference to this object so that method calls can be chained together.
importTaskId
- The ID of the import snapshot task.public SnapshotTaskDetail getSnapshotTaskDetail()
public void setSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
snapshotTaskDetail
- Information about the import snapshot task.public ImportSnapshotResult withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Returns a reference to this object so that method calls can be chained together.
snapshotTaskDetail
- Information about the import snapshot task.public String getDescription()
public void setDescription(String description)
description
- A description of the import snapshot task.public ImportSnapshotResult withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- A description of the import snapshot task.public String toString()
toString
in class Object
Object.toString()
public ImportSnapshotResult clone()
Copyright © 2015. All rights reserved.