Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class DescribeApplicationsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticbeanstalk.model.DescribeApplicationsRequest

public class DescribeApplicationsRequest
extends AmazonWebServiceRequest

Container for the parameters to the DescribeApplications operation.

Returns the descriptions of existing applications.

See Also:
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

DescribeApplicationsRequest

public DescribeApplicationsRequest()
Default constructor for a new DescribeApplicationsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getApplicationNames

public List<String> getApplicationNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Returns:
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

setApplicationNames

public void setApplicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Parameters:
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

withApplicationNames

public DescribeApplicationsRequest withApplicationNames(String... applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Returns a reference to this object so that method calls can be chained together.

Parameters:
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
Returns:
A reference to this updated object so that method calls can be chained together.

withApplicationNames

public DescribeApplicationsRequest withApplicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Returns a reference to this object so that method calls can be chained together.

Parameters:
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.