public class DescribeAppsResult extends Object implements Serializable
Contains the response to a DescribeApps
request.
Constructor and Description |
---|
DescribeAppsResult() |
Modifier and Type | Method and Description |
---|---|
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. |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.