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()
boolean
List ofApplicationVersionDescription
objects sorted by order of creation.int
hashCode()
void
setApplicationVersions
(Collection<ApplicationVersionDescription> applicationVersions) List ofApplicationVersionDescription
objects sorted by order of creation.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationVersions
(ApplicationVersionDescription... applicationVersions) List ofApplicationVersionDescription
objects sorted by order of creation.withApplicationVersions
(Collection<ApplicationVersionDescription> applicationVersions) List ofApplicationVersionDescription
objects sorted by order of creation.
-
Constructor Details
-
DescribeApplicationVersionsResult
public DescribeApplicationVersionsResult()
-
-
Method Details
-
getApplicationVersions
List of
ApplicationVersionDescription
objects sorted by order of creation.- Returns:
- List of
ApplicationVersionDescription
objects sorted by order of creation.
-
setApplicationVersions
List of
ApplicationVersionDescription
objects sorted by order of creation.- Parameters:
applicationVersions
- List ofApplicationVersionDescription
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)
orwithApplicationVersions(java.util.Collection)
if you want to override the existing values.- Parameters:
applicationVersions
- List ofApplicationVersionDescription
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 ofApplicationVersionDescription
objects 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
-