Class DescribeApplicationVersionsResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.DescribeApplicationVersionsResult
- All Implemented Interfaces:
Serializable,Cloneable
Result message wrapping a list of application version descriptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanList ofApplicationVersionDescriptionobjects sorted by order of creation.inthashCode()voidsetApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions) List ofApplicationVersionDescriptionobjects sorted by order of creation.toString()Returns a string representation of this object; useful for testing and debugging.withApplicationVersions(ApplicationVersionDescription... applicationVersions) List ofApplicationVersionDescriptionobjects sorted by order of creation.withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions) List ofApplicationVersionDescriptionobjects sorted by order of creation.
-
Constructor Details
-
DescribeApplicationVersionsResult
public DescribeApplicationVersionsResult()
-
-
Method Details
-
getApplicationVersions
List of
ApplicationVersionDescriptionobjects sorted by order of creation.- Returns:
- List of
ApplicationVersionDescriptionobjects sorted by order of creation.
-
setApplicationVersions
List of
ApplicationVersionDescriptionobjects sorted by order of creation.- Parameters:
applicationVersions- List ofApplicationVersionDescriptionobjects sorted by order of creation.
-
withApplicationVersions
public DescribeApplicationVersionsResult withApplicationVersions(ApplicationVersionDescription... applicationVersions) List of
ApplicationVersionDescriptionobjects sorted by order of creation.NOTE: This method appends the values to the existing list (if any). Use
setApplicationVersions(java.util.Collection)orwithApplicationVersions(java.util.Collection)if you want to override the existing values.- Parameters:
applicationVersions- List ofApplicationVersionDescriptionobjects 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
ApplicationVersionDescriptionobjects sorted by order of creation.- Parameters:
applicationVersions- List ofApplicationVersionDescriptionobjects sorted by order of creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-