|
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 FormConstructor 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()
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(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(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 List<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(Collection<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(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(Collection<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 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 |