public class DescribeApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeApplicationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getApplicationNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
int |
hashCode() |
void |
setApplicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeApplicationsRequest |
withApplicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
DescribeApplicationsRequest |
withApplicationNames(String... applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getApplicationNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
public void setApplicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include those with the specified names.public DescribeApplicationsRequest withApplicationNames(String... applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
NOTE: This method appends the values to the existing list (if
any). Use setApplicationNames(java.util.Collection) or
withApplicationNames(java.util.Collection) if you want to
override the existing values.
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include those with the specified names.public DescribeApplicationsRequest withApplicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include those with the specified names.public String toString()
toString in class ObjectObject.toString()public DescribeApplicationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.