@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotifyMigrationTaskStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
NotifyMigrationTaskStateRequest() |
Modifier and Type | Method and Description |
---|---|
NotifyMigrationTaskStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
String |
getMigrationTaskName()
Unique identifier that references the migration task.
|
Integer |
getNextUpdateSeconds()
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update.
|
String |
getProgressUpdateStream()
The name of the ProgressUpdateStream.
|
Task |
getTask()
Information about the task's progress and status.
|
Date |
getUpdateDateTime()
The timestamp when the task was gathered.
|
int |
hashCode() |
Boolean |
isDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
void |
setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
void |
setMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
void |
setNextUpdateSeconds(Integer nextUpdateSeconds)
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update.
|
void |
setProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
void |
setTask(Task task)
Information about the task's progress and status.
|
void |
setUpdateDateTime(Date updateDateTime)
The timestamp when the task was gathered.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NotifyMigrationTaskStateRequest |
withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
NotifyMigrationTaskStateRequest |
withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
NotifyMigrationTaskStateRequest |
withNextUpdateSeconds(Integer nextUpdateSeconds)
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update.
|
NotifyMigrationTaskStateRequest |
withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
NotifyMigrationTaskStateRequest |
withTask(Task task)
Information about the task's progress and status.
|
NotifyMigrationTaskStateRequest |
withUpdateDateTime(Date updateDateTime)
The timestamp when the task was gathered.
|
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 NotifyMigrationTaskStateRequest withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public void setMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName
- Unique identifier that references the migration task.public String getMigrationTaskName()
Unique identifier that references the migration task.
public NotifyMigrationTaskStateRequest withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName
- Unique identifier that references the migration task.public void setTask(Task task)
Information about the task's progress and status.
task
- Information about the task's progress and status.public Task getTask()
Information about the task's progress and status.
public NotifyMigrationTaskStateRequest withTask(Task task)
Information about the task's progress and status.
task
- Information about the task's progress and status.public void setUpdateDateTime(Date updateDateTime)
The timestamp when the task was gathered.
updateDateTime
- The timestamp when the task was gathered.public Date getUpdateDateTime()
The timestamp when the task was gathered.
public NotifyMigrationTaskStateRequest withUpdateDateTime(Date updateDateTime)
The timestamp when the task was gathered.
updateDateTime
- The timestamp when the task was gathered.public void setNextUpdateSeconds(Integer nextUpdateSeconds)
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
nextUpdateSeconds
- Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If
Migration Hub does not receive an update within the specified interval, then the migration task will be
considered stale.public Integer getNextUpdateSeconds()
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
public NotifyMigrationTaskStateRequest withNextUpdateSeconds(Integer nextUpdateSeconds)
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
nextUpdateSeconds
- Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If
Migration Hub does not receive an update within the specified interval, then the migration task will be
considered stale.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 NotifyMigrationTaskStateRequest 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 NotifyMigrationTaskStateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.