|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.DescribeApplicationVersionsResult
public class DescribeApplicationVersionsResult
Result message wrapping a list of application version descriptions.
| Constructor Summary | |
|---|---|
DescribeApplicationVersionsResult()
|
|
| Method Summary | |
|---|---|
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 . |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeApplicationVersionsResult()
| Method Detail |
|---|
public List<ApplicationVersionDescription> getApplicationVersions()
public void setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
applicationVersions - A list of ApplicationVersionDescription .public DescribeApplicationVersionsResult withApplicationVersions(ApplicationVersionDescription... applicationVersions)
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||