public class DescribeAppsRequest extends AmazonWebServiceRequest implements Serializable
DescribeApps operation
.
Requests a description of a specified set of apps.
NOTE:You must specify at least one of the parameters.
Required Permissions : To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
Constructor and Description |
---|
DescribeAppsRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.