public class DescribeApplicationVersionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Result message wrapping a list of application version descriptions.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ApplicationVersionDescription> |
applicationVersions
List of
ApplicationVersionDescription objects sorted by
order of creation. |
Constructor and Description |
---|
DescribeApplicationVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationVersionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ApplicationVersionDescription> |
getApplicationVersions()
List of
ApplicationVersionDescription objects sorted by
order of creation. |
int |
hashCode() |
void |
setApplicationVersions(java.util.Collection<ApplicationVersionDescription> applicationVersions)
List of
ApplicationVersionDescription objects sorted by
order of creation. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeApplicationVersionsResult |
withApplicationVersions(ApplicationVersionDescription... applicationVersions)
List of
ApplicationVersionDescription objects sorted by
order of creation. |
DescribeApplicationVersionsResult |
withApplicationVersions(java.util.Collection<ApplicationVersionDescription> applicationVersions)
List of
ApplicationVersionDescription objects sorted by
order of creation. |
private SdkInternalList<ApplicationVersionDescription> applicationVersions
List of ApplicationVersionDescription
objects sorted by
order of creation.
public java.util.List<ApplicationVersionDescription> getApplicationVersions()
List of ApplicationVersionDescription
objects sorted by
order of creation.
ApplicationVersionDescription
objects sorted
by order of creation.public void setApplicationVersions(java.util.Collection<ApplicationVersionDescription> applicationVersions)
List of ApplicationVersionDescription
objects sorted by
order of creation.
applicationVersions
- List of ApplicationVersionDescription
objects sorted
by order of creation.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.
applicationVersions
- List of ApplicationVersionDescription
objects sorted
by order of creation.public DescribeApplicationVersionsResult withApplicationVersions(java.util.Collection<ApplicationVersionDescription> applicationVersions)
List of ApplicationVersionDescription
objects sorted by
order of creation.
applicationVersions
- List of ApplicationVersionDescription
objects sorted
by order of creation.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeApplicationVersionsResult clone()
clone
in class java.lang.Object