@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateDiscoveredResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateDiscoveredResourceRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateDiscoveredResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DiscoveredResource |
getDiscoveredResource()
Object representing a Resource.
|
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 |
setDiscoveredResource(DiscoveredResource discoveredResource)
Object representing a Resource.
|
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.
|
AssociateDiscoveredResourceRequest |
withDiscoveredResource(DiscoveredResource discoveredResource)
Object representing a Resource.
|
AssociateDiscoveredResourceRequest |
withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
AssociateDiscoveredResourceRequest |
withMigrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
|
AssociateDiscoveredResourceRequest |
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 void setProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public String getProgressUpdateStream()
The name of the ProgressUpdateStream.
public AssociateDiscoveredResourceRequest 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 AssociateDiscoveredResourceRequest withMigrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
migrationTaskName
- The identifier given to the MigrationTask.public void setDiscoveredResource(DiscoveredResource discoveredResource)
Object representing a Resource.
discoveredResource
- Object representing a Resource.public DiscoveredResource getDiscoveredResource()
Object representing a Resource.
public AssociateDiscoveredResourceRequest withDiscoveredResource(DiscoveredResource discoveredResource)
Object representing a Resource.
discoveredResource
- Object representing a Resource.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 AssociateDiscoveredResourceRequest 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 AssociateDiscoveredResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.