public class DescribeAppsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeApps operation.
Requests a description of a specified set of apps.
| コンストラクタと説明 |
|---|
DescribeAppsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAppIds()
An array of app IDs for the apps to be described.
|
java.lang.String |
getStackId()
The app stack ID.
|
int |
hashCode() |
void |
setAppIds(java.util.Collection<java.lang.String> appIds)
An array of app IDs for the apps to be described.
|
void |
setStackId(java.lang.String stackId)
The app stack ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAppsRequest |
withAppIds(java.util.Collection<java.lang.String> appIds)
An array of app IDs for the apps to be described.
|
DescribeAppsRequest |
withAppIds(java.lang.String... appIds)
An array of app IDs for the apps to be described.
|
DescribeAppsRequest |
withStackId(java.lang.String stackId)
The app stack ID.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getStackId()
DescribeApps
returns a description of the apps in the specified stack.DescribeApps
returns a description of the apps in the specified stack.public void setStackId(java.lang.String stackId)
DescribeApps
returns a description of the apps in the specified stack.stackId - The app stack ID. If you use this parameter, DescribeApps
returns a description of the apps in the specified stack.public DescribeAppsRequest withStackId(java.lang.String stackId)
DescribeApps
returns a description of the apps in the specified stack.
Returns a reference to this object so that method calls can be chained together.
stackId - The app stack ID. If you use this parameter, DescribeApps
returns a description of the apps in the specified stack.public java.util.List<java.lang.String> getAppIds()
DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.public void setAppIds(java.util.Collection<java.lang.String> appIds)
DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.appIds - An array of app IDs for the apps to be described. If you use this
parameter, DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.public DescribeAppsRequest withAppIds(java.lang.String... appIds)
DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.
Returns a reference to this object so that method calls can be chained together.
appIds - An array of app IDs for the apps to be described. If you use this
parameter, DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.public DescribeAppsRequest withAppIds(java.util.Collection<java.lang.String> appIds)
DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.
Returns a reference to this object so that method calls can be chained together.
appIds - An array of app IDs for the apps to be described. If you use this
parameter, DescribeApps returns a description of the
specified apps. Otherwise, it returns a description of every app.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