Class DescribeApplicationVersionsResult

java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.DescribeApplicationVersionsResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeApplicationVersionsResult extends Object implements Serializable, Cloneable

Result message wrapping a list of application version descriptions.

See Also:
  • Constructor Details

    • DescribeApplicationVersionsResult

      public DescribeApplicationVersionsResult()
  • Method Details

    • getApplicationVersions

      public List<ApplicationVersionDescription> getApplicationVersions()

      List of ApplicationVersionDescription objects sorted by order of creation.

      Returns:
      List of ApplicationVersionDescription objects sorted by order of creation.
    • setApplicationVersions

      public void setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)

      List of ApplicationVersionDescription objects sorted by order of creation.

      Parameters:
      applicationVersions - List of ApplicationVersionDescription objects sorted by order of creation.
    • withApplicationVersions

      public DescribeApplicationVersionsResult withApplicationVersions(ApplicationVersionDescription... applicationVersions)

      List of ApplicationVersionDescription objects sorted by order of creation.

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

      Parameters:
      applicationVersions - List of ApplicationVersionDescription objects sorted by order of creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withApplicationVersions

      public DescribeApplicationVersionsResult withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)

      List of ApplicationVersionDescription objects sorted by order of creation.

      Parameters:
      applicationVersions - List of ApplicationVersionDescription objects sorted by order of creation.
      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object