public class DescribeAppsResult extends Object implements Serializable, Cloneable
Contains the response to a DescribeApps
request.
Constructor and Description |
---|
DescribeAppsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppsResult |
clone() |
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.
NOTE: This method appends the values to the existing list (if
any). Use setApps(java.util.Collection)
or withApps(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.
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 DescribeAppsResult clone()
Copyright © 2015. All rights reserved.