JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.codedeploy.model

Class BatchGetApplicationRevisionsRequest

    • Constructor Detail

      • BatchGetApplicationRevisionsRequest

        public BatchGetApplicationRevisionsRequest()
    • Method Detail

      • setApplicationName

        public void setApplicationName(String applicationName)

        The name of an CodeDeploy application about which to get revision information.

        Parameters:
        applicationName - The name of an CodeDeploy application about which to get revision information.
      • getApplicationName

        public String getApplicationName()

        The name of an CodeDeploy application about which to get revision information.

        Returns:
        The name of an CodeDeploy application about which to get revision information.
      • withApplicationName

        public BatchGetApplicationRevisionsRequest withApplicationName(String applicationName)

        The name of an CodeDeploy application about which to get revision information.

        Parameters:
        applicationName - The name of an CodeDeploy application about which to get revision information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRevisions

        public List<RevisionLocation> getRevisions()

        An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

        Returns:
        An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.
      • setRevisions

        public void setRevisions(Collection<RevisionLocation> revisions)

        An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

        Parameters:
        revisions - An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.
      • withRevisions

        public BatchGetApplicationRevisionsRequest withRevisions(RevisionLocation... revisions)

        An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

        NOTE: This method appends the values to the existing list (if any). Use setRevisions(java.util.Collection) or withRevisions(java.util.Collection) if you want to override the existing values.

        Parameters:
        revisions - An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRevisions

        public BatchGetApplicationRevisionsRequest withRevisions(Collection<RevisionLocation> revisions)

        An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

        Parameters:
        revisions - An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /