|
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.opsworks.model.DescribeAppsResult
public class DescribeAppsResult
Contains the response to a DescribeApps
request.
Constructor Summary | |
---|---|
DescribeAppsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<App> |
getApps()
An array of App objects that describe the specified apps. |
int |
hashCode()
|
void |
setApps(Collection<App> apps)
An array of App objects that describe the specified apps. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAppsResult |
withApps(App... apps)
An array of App objects that describe the specified apps. |
DescribeAppsResult |
withApps(Collection<App> apps)
An array of App objects that describe the specified apps. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAppsResult()
Method Detail |
---|
public List<App> getApps()
App
objects that describe the specified apps.
App
objects that describe the specified apps.public void setApps(Collection<App> apps)
App
objects that describe the specified apps.
apps
- An array of App
objects that describe the specified apps.public DescribeAppsResult withApps(App... apps)
App
objects that describe the specified apps.
Returns a reference to this object so that method calls can be chained together.
apps
- An array of App
objects that describe the specified apps.
public DescribeAppsResult withApps(Collection<App> apps)
App
objects that describe the specified apps.
Returns a reference to this object so that method calls can be chained together.
apps
- An array of App
objects that describe the specified apps.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |