Class BatchGetApplicationRevisionsRequest

    • Constructor Detail

      • BatchGetApplicationRevisionsRequest

        public BatchGetApplicationRevisionsRequest()
    • Method Detail

      • setApplicationName

        public void setApplicationName​(String applicationName)

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

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

        public String getApplicationName()

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

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

        public BatchGetApplicationRevisionsRequest withApplicationName​(String applicationName)

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

        Parameters:
        applicationName - The name of an AWS 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()

        Information to get about the application revisions, including type and location.

        Returns:
        Information to get about the application revisions, including type and location.
      • setRevisions

        public void setRevisions​(Collection<RevisionLocation> revisions)

        Information to get about the application revisions, including type and location.

        Parameters:
        revisions - Information to get about the application revisions, including type and location.
      • withRevisions

        public BatchGetApplicationRevisionsRequest withRevisions​(Collection<RevisionLocation> revisions)

        Information to get about the application revisions, including type and location.

        Parameters:
        revisions - Information to get about the application revisions, including type and location.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object