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, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.