|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.DescribeApplicationsRequest
public class DescribeApplicationsRequest
Container for the parameters to the DescribeApplications operation
.
Returns the descriptions of existing applications.
AWSElasticBeanstalk.describeApplications(DescribeApplicationsRequest)
Constructor Summary | |
---|---|
DescribeApplicationsRequest()
Default constructor for a new DescribeApplicationsRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeApplicationsRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |