Class DescribeAppsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanAn array of app IDs for the apps to be described.The app stack ID.inthashCode()voidsetAppIds(Collection<String> appIds) An array of app IDs for the apps to be described.voidsetStackId(String stackId) The app stack ID.toString()Returns a string representation of this object; useful for testing and debugging.withAppIds(String... appIds) An array of app IDs for the apps to be described.withAppIds(Collection<String> appIds) An array of app IDs for the apps to be described.withStackId(String stackId) The app stack ID.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeAppsRequest
public DescribeAppsRequest()
-
-
Method Details
-
setStackId
The app stack ID. If you use this parameter,
DescribeAppsreturns a description of the apps in the specified stack.- Parameters:
stackId- The app stack ID. If you use this parameter,DescribeAppsreturns a description of the apps in the specified stack.
-
getStackId
The app stack ID. If you use this parameter,
DescribeAppsreturns a description of the apps in the specified stack.- Returns:
- The app stack ID. If you use this parameter,
DescribeAppsreturns a description of the apps in the specified stack.
-
withStackId
The app stack ID. If you use this parameter,
DescribeAppsreturns a description of the apps in the specified stack.- Parameters:
stackId- The app stack ID. If you use this parameter,DescribeAppsreturns a description of the apps in the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAppIds
An array of app IDs for the apps to be described. If you use this parameter,
DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.- Returns:
- An array of app IDs for the apps to be described. If you use this
parameter,
DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.
-
setAppIds
An array of app IDs for the apps to be described. If you use this parameter,
DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.- Parameters:
appIds- An array of app IDs for the apps to be described. If you use this parameter,DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.
-
withAppIds
An array of app IDs for the apps to be described. If you use this parameter,
DescribeAppsreturns 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)orwithAppIds(java.util.Collection)if you want to override the existing values.- Parameters:
appIds- An array of app IDs for the apps to be described. If you use this parameter,DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAppIds
An array of app IDs for the apps to be described. If you use this parameter,
DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.- Parameters:
appIds- An array of app IDs for the apps to be described. If you use this parameter,DescribeAppsreturns a description of the specified apps. Otherwise, it returns a description of every app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-