@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAppsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackId(String stackId)
The app stack ID. If you use this parameter, 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 String getStackId()
The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the
specified stack.
DescribeApps returns a description of the apps
in the specified stack.public DescribeAppsRequest withStackId(String stackId)
The app stack ID. If you use this parameter, 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 List<String> getAppIds()
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.
DescribeApps
returns a description of the specified apps. Otherwise, it returns a description of every app.public void setAppIds(Collection<String> 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.
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)
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.
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.
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)
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.
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 ObjectObject.toString()public DescribeAppsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.