public class DescribeAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 .
NOOP
Constructor and Description |
---|
DescribeAppsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAppsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, 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.
NOTE: This method appends the values to the existing list (if
any). Use setAppIds(java.util.Collection)
or withAppIds(java.util.Collection)
if you want to override the
existing values.
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 DescribeAppsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.