@Generated(value="software.amazon.awssdk:codegen") public final class NotifyMigrationTaskStateRequest extends MigrationHubRequest implements ToCopyableBuilder<NotifyMigrationTaskStateRequest.Builder,NotifyMigrationTaskStateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotifyMigrationTaskStateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotifyMigrationTaskStateRequest.Builder |
builder() |
Boolean |
dryRun()
Optional boolean flag to indicate whether any effect should take place.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
migrationTaskName()
Unique identifier that references the migration task.
|
Integer |
nextUpdateSeconds()
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update.
|
String |
progressUpdateStream()
The name of the ProgressUpdateStream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotifyMigrationTaskStateRequest.Builder> |
serializableBuilderClass() |
Task |
task()
Information about the task's progress and status.
|
NotifyMigrationTaskStateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDateTime()
The timestamp when the task was gathered.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String progressUpdateStream()
The name of the ProgressUpdateStream.
public final String migrationTaskName()
Unique identifier that references the migration task. Do not store personal data in this field.
public final Task task()
Information about the task's progress and status.
public final Instant updateDateTime()
The timestamp when the task was gathered.
public final 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.
public final 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.
public NotifyMigrationTaskStateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotifyMigrationTaskStateRequest.Builder,NotifyMigrationTaskStateRequest>toBuilder in class MigrationHubRequestpublic static NotifyMigrationTaskStateRequest.Builder builder()
public static Class<? extends NotifyMigrationTaskStateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.