public class CopySnapshotResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CopySnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId()
The ID of the new snapshot.
|
int |
hashCode() |
void |
setSnapshotId(String snapshotId)
The ID of the new snapshot.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CopySnapshotResult |
withSnapshotId(String snapshotId)
The ID of the new snapshot.
|
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
snapshotId - The ID of the new snapshot.public CopySnapshotResult withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
snapshotId - The ID of the new snapshot.public String toString()
toString in class ObjectObject.toString()public CopySnapshotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.