public class DescribeApplicationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeApplications operation.
Returns the descriptions of existing applications.
| コンストラクタと説明 |
|---|
DescribeApplicationsRequest()
Default constructor for a new DescribeApplicationsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeApplicationsRequest()
public java.util.List<java.lang.String> getApplicationNames()
public void setApplicationNames(java.util.Collection<java.lang.String> applicationNames)
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)
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(java.util.Collection<java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object