|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeAppsRequest
public class DescribeAppsRequest
Container for the parameters to the DescribeApps operation.
Requests a description of a specified set of apps.
AWSOpsWorks.describeApps(DescribeAppsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeAppsRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAppsRequest()
| Method Detail |
|---|
public java.lang.String getStackId()
public void setStackId(java.lang.String stackId)
stackId - The app stack ID. public DescribeAppsRequest withStackId(java.lang.String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - The app stack ID.
public java.util.List<java.lang.String> getAppIds()
public void setAppIds(java.util.Collection<java.lang.String> appIds)
appIds - An array of app IDs for the apps to be described.public DescribeAppsRequest withAppIds(java.lang.String... appIds)
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.
public DescribeAppsRequest withAppIds(java.util.Collection<java.lang.String> appIds)
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.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||