Class DisassociateCreatedArtifactRequest

    • Method Detail

      • progressUpdateStream

        public final String progressUpdateStream()

        The name of the ProgressUpdateStream.

        Returns:
        The name of the ProgressUpdateStream.
      • migrationTaskName

        public final String migrationTaskName()

        Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.

        Returns:
        Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
      • createdArtifactName

        public final String createdArtifactName()

        An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)

        Returns:
        An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
      • dryRun

        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.

        Returns:
        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object