@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreFromRecoveryPointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RestoreFromRecoveryPointRequest() |
Modifier and Type | Method and Description |
---|---|
RestoreFromRecoveryPointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNamespaceName()
The name of the namespace to restore data into.
|
String |
getRecoveryPointId()
The unique identifier of the recovery point to restore from.
|
String |
getWorkgroupName()
The name of the workgroup used to restore data.
|
int |
hashCode() |
void |
setNamespaceName(String namespaceName)
The name of the namespace to restore data into.
|
void |
setRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point to restore from.
|
void |
setWorkgroupName(String workgroupName)
The name of the workgroup used to restore data.
|
String |
toString()
Returns a string representation of this object.
|
RestoreFromRecoveryPointRequest |
withNamespaceName(String namespaceName)
The name of the namespace to restore data into.
|
RestoreFromRecoveryPointRequest |
withRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point to restore from.
|
RestoreFromRecoveryPointRequest |
withWorkgroupName(String workgroupName)
The name of the workgroup used to restore data.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNamespaceName(String namespaceName)
The name of the namespace to restore data into.
namespaceName
- The name of the namespace to restore data into.public String getNamespaceName()
The name of the namespace to restore data into.
public RestoreFromRecoveryPointRequest withNamespaceName(String namespaceName)
The name of the namespace to restore data into.
namespaceName
- The name of the namespace to restore data into.public void setRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point to restore from.
recoveryPointId
- The unique identifier of the recovery point to restore from.public String getRecoveryPointId()
The unique identifier of the recovery point to restore from.
public RestoreFromRecoveryPointRequest withRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point to restore from.
recoveryPointId
- The unique identifier of the recovery point to restore from.public void setWorkgroupName(String workgroupName)
The name of the workgroup used to restore data.
workgroupName
- The name of the workgroup used to restore data.public String getWorkgroupName()
The name of the workgroup used to restore data.
public RestoreFromRecoveryPointRequest withWorkgroupName(String workgroupName)
The name of the workgroup used to restore data.
workgroupName
- The name of the workgroup used to restore data.public String toString()
toString
in class Object
Object.toString()
public RestoreFromRecoveryPointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()