JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.migrationhub.model

Class AssociateDiscoveredResourceRequest

    • Constructor Detail

      • AssociateDiscoveredResourceRequest

        public AssociateDiscoveredResourceRequest()
    • Method Detail

      • setProgressUpdateStream

        public void setProgressUpdateStream(String progressUpdateStream)

        The name of the ProgressUpdateStream.

        Parameters:
        progressUpdateStream - The name of the ProgressUpdateStream.
      • getProgressUpdateStream

        public String getProgressUpdateStream()

        The name of the ProgressUpdateStream.

        Returns:
        The name of the ProgressUpdateStream.
      • withProgressUpdateStream

        public AssociateDiscoveredResourceRequest withProgressUpdateStream(String progressUpdateStream)

        The name of the ProgressUpdateStream.

        Parameters:
        progressUpdateStream - The name of the ProgressUpdateStream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMigrationTaskName

        public void setMigrationTaskName(String migrationTaskName)

        The identifier given to the MigrationTask. Do not store personal data in this field.

        Parameters:
        migrationTaskName - The identifier given to the MigrationTask. Do not store personal data in this field.
      • getMigrationTaskName

        public String getMigrationTaskName()

        The identifier given to the MigrationTask. Do not store personal data in this field.

        Returns:
        The identifier given to the MigrationTask. Do not store personal data in this field.
      • withMigrationTaskName

        public AssociateDiscoveredResourceRequest withMigrationTaskName(String migrationTaskName)

        The identifier given to the MigrationTask. Do not store personal data in this field.

        Parameters:
        migrationTaskName - The identifier given to the MigrationTask. Do not store personal data in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDiscoveredResource

        public void setDiscoveredResource(DiscoveredResource discoveredResource)

        Object representing a Resource.

        Parameters:
        discoveredResource - Object representing a Resource.
      • getDiscoveredResource

        public DiscoveredResource getDiscoveredResource()

        Object representing a Resource.

        Returns:
        Object representing a Resource.
      • withDiscoveredResource

        public AssociateDiscoveredResourceRequest withDiscoveredResource(DiscoveredResource discoveredResource)

        Object representing a Resource.

        Parameters:
        discoveredResource - Object representing a Resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDryRun

        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.

        Parameters:
        dryRun - Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
      • getDryRun

        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.

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

        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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • isDryRun

        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.

        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 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /