public class DescribeAppsResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeApps request.
| コンストラクタと説明 |
|---|
DescribeAppsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
public java.util.List<App> getApps()
App objects that describe the specified apps.App objects that describe the specified apps.public void setApps(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object