@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to describe one or more applications.
NOOP
Constructor and Description |
---|
DescribeApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.