@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRecoveryInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRecoveryInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRecoveryInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRecoveryInstanceID()
The ID of the Recovery Instance to be deleted.
|
int |
hashCode() |
void |
setRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRecoveryInstanceRequest |
withRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance to be deleted.
|
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, withSdkRequestTimeoutpublic void setRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance to be deleted.
recoveryInstanceID - The ID of the Recovery Instance to be deleted.public String getRecoveryInstanceID()
The ID of the Recovery Instance to be deleted.
public DeleteRecoveryInstanceRequest withRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance to be deleted.
recoveryInstanceID - The ID of the Recovery Instance to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteRecoveryInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()