@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConvertRecoveryPointToSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ConvertRecoveryPointToSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
ConvertRecoveryPointToSnapshotResult |
clone() |
boolean |
equals(Object obj) |
Snapshot |
getSnapshot()
The snapshot converted from the recovery point.
|
int |
hashCode() |
void |
setSnapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
|
String |
toString()
Returns a string representation of this object.
|
ConvertRecoveryPointToSnapshotResult |
withSnapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ConvertRecoveryPointToSnapshotResult()
public void setSnapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
snapshot
- The snapshot converted from the recovery point.public Snapshot getSnapshot()
The snapshot converted from the recovery point.
public ConvertRecoveryPointToSnapshotResult withSnapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
snapshot
- The snapshot converted from the recovery point.public String toString()
toString
in class Object
Object.toString()
public ConvertRecoveryPointToSnapshotResult clone()