public class DescribeApplicationVersionsResult extends Object implements Serializable, Cloneable
Result message wrapping a list of application version descriptions.
Constructor and Description |
---|
DescribeApplicationVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationVersionDescription> |
getApplicationVersions()
A list of ApplicationVersionDescription .
|
int |
hashCode() |
void |
setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
A list of ApplicationVersionDescription .
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeApplicationVersionsResult |
withApplicationVersions(ApplicationVersionDescription... applicationVersions)
A list of ApplicationVersionDescription .
|
DescribeApplicationVersionsResult |
withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
A list of ApplicationVersionDescription .
|
public List<ApplicationVersionDescription> getApplicationVersions()
public void setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
applicationVersions
- A list of ApplicationVersionDescription .public DescribeApplicationVersionsResult withApplicationVersions(ApplicationVersionDescription... applicationVersions)
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.
Returns a reference to this object so that method calls can be chained together.
applicationVersions
- A list of ApplicationVersionDescription .public DescribeApplicationVersionsResult withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
Returns a reference to this object so that method calls can be chained together.
applicationVersions
- A list of ApplicationVersionDescription .public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationVersionsResult clone()
Copyright © 2015. All rights reserved.