@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreFromRecoveryPointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RestoreFromRecoveryPointResult() |
Modifier and Type | Method and Description |
---|---|
RestoreFromRecoveryPointResult |
clone() |
boolean |
equals(Object obj) |
Namespace |
getNamespace()
The namespace that data was restored into.
|
String |
getRecoveryPointId()
The unique identifier of the recovery point used for the restore.
|
int |
hashCode() |
void |
setNamespace(Namespace namespace)
The namespace that data was restored into.
|
void |
setRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point used for the restore.
|
String |
toString()
Returns a string representation of this object.
|
RestoreFromRecoveryPointResult |
withNamespace(Namespace namespace)
The namespace that data was restored into.
|
RestoreFromRecoveryPointResult |
withRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point used for the restore.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNamespace(Namespace namespace)
The namespace that data was restored into.
namespace
- The namespace that data was restored into.public Namespace getNamespace()
The namespace that data was restored into.
public RestoreFromRecoveryPointResult withNamespace(Namespace namespace)
The namespace that data was restored into.
namespace
- The namespace that data was restored into.public void setRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point used for the restore.
recoveryPointId
- The unique identifier of the recovery point used for the restore.public String getRecoveryPointId()
The unique identifier of the recovery point used for the restore.
public RestoreFromRecoveryPointResult withRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point used for the restore.
recoveryPointId
- The unique identifier of the recovery point used for the restore.public String toString()
toString
in class Object
Object.toString()
public RestoreFromRecoveryPointResult clone()