public class DescribeApplicationsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to describe one or more applications.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
applicationNames
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
NOOP
Constructor and Description |
---|
DescribeApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getApplicationNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
int |
hashCode() |
void |
setApplicationNames(java.util.Collection<java.lang.String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeApplicationsRequest |
withApplicationNames(java.util.Collection<java.lang.String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to only include those with the specified names.
|
DescribeApplicationsRequest |
withApplicationNames(java.lang.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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> applicationNames
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
public java.util.List<java.lang.String> getApplicationNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
public void setApplicationNames(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()