|
|||||||
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 | |
---|---|
List<String> |
getApplicationNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |