@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFailbackLaunchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartFailbackLaunchRequest() |
Modifier and Type | Method and Description |
---|---|
StartFailbackLaunchRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartFailbackLaunchRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartFailbackLaunchRequest |
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 Instance whose failback launch we want to request.
|
Map<String,String> |
getTags()
The tags to be associated with the failback launch Job.
|
int |
hashCode() |
void |
setRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instance whose failback launch we want to request.
|
void |
setTags(Map<String,String> tags)
The tags to be associated with the failback launch Job.
|
String |
toString()
Returns a string representation of this object.
|
StartFailbackLaunchRequest |
withRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instance whose failback launch we want to request.
|
StartFailbackLaunchRequest |
withRecoveryInstanceIDs(String... recoveryInstanceIDs)
The IDs of the Recovery Instance whose failback launch we want to request.
|
StartFailbackLaunchRequest |
withTags(Map<String,String> tags)
The tags to be associated with the failback launch Job.
|
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 Instance whose failback launch we want to request.
public void setRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instance whose failback launch we want to request.
recoveryInstanceIDs
- The IDs of the Recovery Instance whose failback launch we want to request.public StartFailbackLaunchRequest withRecoveryInstanceIDs(String... recoveryInstanceIDs)
The IDs of the Recovery Instance whose failback launch we want to request.
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 Instance whose failback launch we want to request.public StartFailbackLaunchRequest withRecoveryInstanceIDs(Collection<String> recoveryInstanceIDs)
The IDs of the Recovery Instance whose failback launch we want to request.
recoveryInstanceIDs
- The IDs of the Recovery Instance whose failback launch we want to request.public Map<String,String> getTags()
The tags to be associated with the failback launch Job.
public void setTags(Map<String,String> tags)
The tags to be associated with the failback launch Job.
tags
- The tags to be associated with the failback launch Job.public StartFailbackLaunchRequest withTags(Map<String,String> tags)
The tags to be associated with the failback launch Job.
tags
- The tags to be associated with the failback launch Job.public StartFailbackLaunchRequest addTagsEntry(String key, String value)
public StartFailbackLaunchRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartFailbackLaunchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()