public class ImportSnapshotResult
extends java.lang.Object
implements java.io.Serializable
Contains the output for ImportSnapshot.
Constructor and Description |
---|
ImportSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getImportTaskId()
public void setImportTaskId(java.lang.String importTaskId)
importTaskId
- The ID of the import snapshot task.public ImportSnapshotResult withImportTaskId(java.lang.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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- A description of the import snapshot task.public ImportSnapshotResult withDescription(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.