public class DescribeApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This documentation target is not reported in the API reference.
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DescribeApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.