@Generated(value="software.amazon.awssdk:codegen") public final class AssociateCreatedArtifactRequest extends MigrationHubRequest implements ToCopyableBuilder<AssociateCreatedArtifactRequest.Builder,AssociateCreatedArtifactRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateCreatedArtifactRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateCreatedArtifactRequest.Builder |
builder() |
CreatedArtifact |
createdArtifact()
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
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.
|
String |
progressUpdateStream()
The name of the ProgressUpdateStream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateCreatedArtifactRequest.Builder> |
serializableBuilderClass() |
AssociateCreatedArtifactRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 CreatedArtifact createdArtifact()
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
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 AssociateCreatedArtifactRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateCreatedArtifactRequest.Builder,AssociateCreatedArtifactRequest>toBuilder in class MigrationHubRequestpublic static AssociateCreatedArtifactRequest.Builder builder()
public static Class<? extends AssociateCreatedArtifactRequest.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.