public class CreateSnapshotResult extends Object implements Serializable, Cloneable
Contains the results of the CreateSnapshot operation.
Constructor and Description |
---|
CreateSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId()
The identifier of the snapshot that was created.
|
int |
hashCode() |
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSnapshotResult |
withSnapshotId(String snapshotId)
The identifier of the snapshot that was created.
|
public void setSnapshotId(String snapshotId)
The identifier of the snapshot that was created.
snapshotId
- The identifier of the snapshot that was created.public String getSnapshotId()
The identifier of the snapshot that was created.
public CreateSnapshotResult withSnapshotId(String snapshotId)
The identifier of the snapshot that was created.
snapshotId
- The identifier of the snapshot that was created.public String toString()
toString
in class Object
Object.toString()
public CreateSnapshotResult clone()
Copyright © 2018. All rights reserved.