public class DescribeApplicationsRequest extends AmazonWebServiceRequest implements Serializable
DescribeApplications operation.
 Returns the descriptions of existing applications.
NOOP| Constructor and Description | 
|---|
| DescribeApplicationsRequest()Default constructor for a new DescribeApplicationsRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeApplicationsRequest()
public List<String> getApplicationNames()
public void setApplicationNames(Collection<String> applicationNames)
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned
         descriptions to only include those with the specified names.public DescribeApplicationsRequest withApplicationNames(String... applicationNames)
Returns a reference to this object so that method calls can be chained together.
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned
         descriptions to only include those with the specified names.public DescribeApplicationsRequest withApplicationNames(Collection<String> applicationNames)
Returns a reference to this object so that method calls can be chained together.
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()Copyright © 2014. All rights reserved.