public class DescribeAppsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a DescribeApps
request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<App> |
apps
An array of
App objects that describe the specified apps. |
Constructor and Description |
---|
DescribeAppsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<App> |
getApps()
An array of
App objects that describe the specified apps. |
int |
hashCode() |
void |
setApps(java.util.Collection<App> apps)
An array of
App objects that describe the specified apps. |
java.lang.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(java.util.Collection<App> apps)
An array of
App objects that describe the specified apps. |
private SdkInternalList<App> apps
An array of App
objects that describe the specified apps.
public java.util.List<App> getApps()
An array of App
objects that describe the specified apps.
App
objects that describe the specified
apps.public void setApps(java.util.Collection<App> apps)
An array of App
objects that describe the specified apps.
apps
- An array of App
objects that describe the specified
apps.public DescribeAppsResult withApps(App... apps)
An array of 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.
apps
- An array of App
objects that describe the specified
apps.public DescribeAppsResult withApps(java.util.Collection<App> apps)
An array of App
objects that describe the specified apps.
apps
- An array of App
objects that describe the specified
apps.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAppsResult clone()
clone
in class java.lang.Object