public class DescribeAppsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
appIds
An array of app IDs for the apps to be described.
|
private java.lang.String |
stackId
The app stack ID.
|
NOOP
Constructor and Description |
---|
DescribeAppsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAppsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAppIds()
An array of app IDs for the apps to be described.
|
java.lang.String |
getStackId()
The app stack ID.
|
int |
hashCode() |
void |
setAppIds(java.util.Collection<java.lang.String> appIds)
An array of app IDs for the apps to be described.
|
void |
setStackId(java.lang.String stackId)
The app stack ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAppsRequest |
withAppIds(java.util.Collection<java.lang.String> appIds)
An array of app IDs for the apps to be described.
|
DescribeAppsRequest |
withAppIds(java.lang.String... appIds)
An array of app IDs for the apps to be described.
|
DescribeAppsRequest |
withStackId(java.lang.String stackId)
The app stack ID.
|
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
private java.lang.String stackId
The app stack ID. If you use this parameter, DescribeApps
returns a description of the apps in the specified stack.
private SdkInternalList<java.lang.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.
public void setStackId(java.lang.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 java.lang.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(java.lang.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 java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAppsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()