@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateDiscoveredResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateDiscoveredResourceRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateDiscoveredResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationId()
ConfigurationId of the ADS resource to be disassociated.
|
Boolean |
getDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
String |
getMigrationTaskName()
The identifier given to the MigrationTask.
|
String |
getProgressUpdateStream()
The name of the ProgressUpdateStream.
|
int |
hashCode() |
Boolean |
isDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
void |
setConfigurationId(String configurationId)
ConfigurationId of the ADS resource to be disassociated.
|
void |
setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
void |
setMigrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
|
void |
setProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateDiscoveredResourceRequest |
withConfigurationId(String configurationId)
ConfigurationId of the ADS resource to be disassociated.
|
DisassociateDiscoveredResourceRequest |
withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
DisassociateDiscoveredResourceRequest |
withMigrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
|
DisassociateDiscoveredResourceRequest |
withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
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 DisassociateDiscoveredResourceRequest()
public void setProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public String getProgressUpdateStream()
The name of the ProgressUpdateStream.
public DisassociateDiscoveredResourceRequest withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public void setMigrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
migrationTaskName
- The identifier given to the MigrationTask.public String getMigrationTaskName()
The identifier given to the MigrationTask.
public DisassociateDiscoveredResourceRequest withMigrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
migrationTaskName
- The identifier given to the MigrationTask.public void setConfigurationId(String configurationId)
ConfigurationId of the ADS resource to be disassociated.
configurationId
- ConfigurationId of the ADS resource to be disassociated.public String getConfigurationId()
ConfigurationId of the ADS resource to be disassociated.
public DisassociateDiscoveredResourceRequest withConfigurationId(String configurationId)
ConfigurationId of the ADS resource to be disassociated.
configurationId
- ConfigurationId of the ADS resource to be disassociated.public void setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.public Boolean getDryRun()
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
public DisassociateDiscoveredResourceRequest withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.public Boolean isDryRun()
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
public String toString()
toString
in class Object
Object.toString()
public DisassociateDiscoveredResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.