|
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)
Constructor Summary | |
---|---|
DescribeAppsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getAppIds()
An array of app IDs for the apps to be described. |
String |
getStackId()
The app stack ID. |
int |
hashCode()
|
void |
setAppIds(Collection<String> appIds)
An array of app IDs for the apps to be described. |
void |
setStackId(String stackId)
The app stack ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAppsRequest |
withAppIds(Collection<String> appIds)
An array of app IDs for the apps to be described. |
DescribeAppsRequest |
withAppIds(String... appIds)
An array of app IDs for the apps to be described. |
DescribeAppsRequest |
withStackId(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 String getStackId()
public void setStackId(String stackId)
stackId
- The app stack ID. public DescribeAppsRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- The app stack ID.
public List<String> getAppIds()
public void setAppIds(Collection<String> appIds)
appIds
- An array of app IDs for the apps to be described.public DescribeAppsRequest withAppIds(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |