public class DescribeApplicationVersionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeApplicationVersions operation.
Returns descriptions for existing application versions.
| コンストラクタと説明 |
|---|
DescribeApplicationVersionsRequest()
Default constructor for a new DescribeApplicationVersionsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include ones that are associated with the
specified application.
|
java.util.List<java.lang.String> |
getVersionLabels()
If specified, restricts the returned descriptions to only include ones
that have the specified version labels.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include ones that are associated with the
specified application.
|
void |
setVersionLabels(java.util.Collection<java.lang.String> versionLabels)
If specified, restricts the returned descriptions to only include ones
that have the specified version labels.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeApplicationVersionsRequest |
withApplicationName(java.lang.String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include ones that are associated with the
specified application.
|
DescribeApplicationVersionsRequest |
withVersionLabels(java.util.Collection<java.lang.String> versionLabels)
If specified, restricts the returned descriptions to only include ones
that have the specified version labels.
|
DescribeApplicationVersionsRequest |
withVersionLabels(java.lang.String... versionLabels)
If specified, restricts the returned descriptions to only include ones
that have the specified version labels.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeApplicationVersionsRequest()
public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include ones that are associated with the
specified application.public DescribeApplicationVersionsRequest withApplicationName(java.lang.String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to only include ones that are associated with the
specified application.public java.util.List<java.lang.String> getVersionLabels()
public void setVersionLabels(java.util.Collection<java.lang.String> versionLabels)
versionLabels - If specified, restricts the returned descriptions to only include ones
that have the specified version labels.public DescribeApplicationVersionsRequest withVersionLabels(java.lang.String... versionLabels)
Returns a reference to this object so that method calls can be chained together.
versionLabels - If specified, restricts the returned descriptions to only include ones
that have the specified version labels.public DescribeApplicationVersionsRequest withVersionLabels(java.util.Collection<java.lang.String> versionLabels)
Returns a reference to this object so that method calls can be chained together.
versionLabels - If specified, restricts the returned descriptions to only include ones
that have the specified version labels.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