@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateRecoveryInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TerminateRecoveryInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
TerminateRecoveryInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getRecoveryInstanceIDs()
The IDs of the Recovery Instances that should be terminated.
|
int |
hashCode() |
void |
setRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instances that should be terminated.
|
String |
toString()
Returns a string representation of this object.
|
TerminateRecoveryInstancesRequest |
withRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instances that should be terminated.
|
TerminateRecoveryInstancesRequest |
withRecoveryInstanceIDs(String... recoveryInstanceIDs)
The IDs of the Recovery Instances that should be terminated.
|
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 List<String> getRecoveryInstanceIDs()
The IDs of the Recovery Instances that should be terminated.
public void setRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instances that should be terminated.
recoveryInstanceIDs
- The IDs of the Recovery Instances that should be terminated.public TerminateRecoveryInstancesRequest withRecoveryInstanceIDs(String... recoveryInstanceIDs)
The IDs of the Recovery Instances that should be terminated.
NOTE: This method appends the values to the existing list (if any). Use
setRecoveryInstanceIDs(java.util.Collection)
or withRecoveryInstanceIDs(java.util.Collection)
if you want to override the existing values.
recoveryInstanceIDs
- The IDs of the Recovery Instances that should be terminated.public TerminateRecoveryInstancesRequest withRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instances that should be terminated.
recoveryInstanceIDs
- The IDs of the Recovery Instances that should be terminated.public String toString()
toString
in class Object
Object.toString()
public TerminateRecoveryInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()