public class DescribeEnvironmentsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeEnvironments operation.
Returns descriptions for existing environments.
| コンストラクタと説明 |
|---|
DescribeEnvironmentsRequest()
Default constructor for a new DescribeEnvironmentsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application.
|
java.util.List<java.lang.String> |
getEnvironmentIds()
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.
|
java.util.List<java.lang.String> |
getEnvironmentNames()
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.
|
java.util.Date |
getIncludedDeletedBackTo()
If specified when
IncludeDeleted is set to
true, then environments deleted after this date are
displayed. |
java.lang.Boolean |
getIncludeDeleted()
Indicates whether to include deleted environments:
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed. |
java.lang.String |
getVersionLabel()
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application version.
|
int |
hashCode() |
java.lang.Boolean |
isIncludeDeleted()
Indicates whether to include deleted environments:
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed. |
void |
setApplicationName(java.lang.String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application.
|
void |
setEnvironmentIds(java.util.Collection<java.lang.String> environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.
|
void |
setEnvironmentNames(java.util.Collection<java.lang.String> environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.
|
void |
setIncludedDeletedBackTo(java.util.Date includedDeletedBackTo)
If specified when
IncludeDeleted is set to
true, then environments deleted after this date are
displayed. |
void |
setIncludeDeleted(java.lang.Boolean includeDeleted)
Indicates whether to include deleted environments:
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed. |
void |
setVersionLabel(java.lang.String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application version.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEnvironmentsRequest |
withApplicationName(java.lang.String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application.
|
DescribeEnvironmentsRequest |
withEnvironmentIds(java.util.Collection<java.lang.String> environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.
|
DescribeEnvironmentsRequest |
withEnvironmentIds(java.lang.String... environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.
|
DescribeEnvironmentsRequest |
withEnvironmentNames(java.util.Collection<java.lang.String> environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.
|
DescribeEnvironmentsRequest |
withEnvironmentNames(java.lang.String... environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.
|
DescribeEnvironmentsRequest |
withIncludedDeletedBackTo(java.util.Date includedDeletedBackTo)
If specified when
IncludeDeleted is set to
true, then environments deleted after this date are
displayed. |
DescribeEnvironmentsRequest |
withIncludeDeleted(java.lang.Boolean includeDeleted)
Indicates whether to include deleted environments:
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed. |
DescribeEnvironmentsRequest |
withVersionLabel(java.lang.String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application version.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeEnvironmentsRequest()
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 include only those that are associated with this
application.public DescribeEnvironmentsRequest 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 include only those that are associated with this
application.public java.lang.String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(java.lang.String versionLabel)
Constraints:
Length: 1 - 100
versionLabel - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application version.public DescribeEnvironmentsRequest withVersionLabel(java.lang.String versionLabel)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
versionLabel - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that are associated with this
application version.public java.util.List<java.lang.String> getEnvironmentIds()
public void setEnvironmentIds(java.util.Collection<java.lang.String> environmentIds)
environmentIds - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.public DescribeEnvironmentsRequest withEnvironmentIds(java.lang.String... environmentIds)
Returns a reference to this object so that method calls can be chained together.
environmentIds - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.public DescribeEnvironmentsRequest withEnvironmentIds(java.util.Collection<java.lang.String> environmentIds)
Returns a reference to this object so that method calls can be chained together.
environmentIds - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.public java.util.List<java.lang.String> getEnvironmentNames()
public void setEnvironmentNames(java.util.Collection<java.lang.String> environmentNames)
environmentNames - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.public DescribeEnvironmentsRequest withEnvironmentNames(java.lang.String... environmentNames)
Returns a reference to this object so that method calls can be chained together.
environmentNames - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.public DescribeEnvironmentsRequest withEnvironmentNames(java.util.Collection<java.lang.String> environmentNames)
Returns a reference to this object so that method calls can be chained together.
environmentNames - If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.public java.lang.Boolean isIncludeDeleted()
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
public void setIncludeDeleted(java.lang.Boolean includeDeleted)
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
includeDeleted - Indicates whether to include deleted environments:
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
public DescribeEnvironmentsRequest withIncludeDeleted(java.lang.Boolean includeDeleted)
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
Returns a reference to this object so that method calls can be chained together.
includeDeleted - Indicates whether to include deleted environments:
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
public java.lang.Boolean getIncludeDeleted()
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
true: Environments that have been deleted after
IncludedDeletedBackTo are displayed.
false: Do not include deleted environments.
public java.util.Date getIncludedDeletedBackTo()
IncludeDeleted is set to
true, then environments deleted after this date are
displayed.IncludeDeleted is set to
true, then environments deleted after this date are
displayed.public void setIncludedDeletedBackTo(java.util.Date includedDeletedBackTo)
IncludeDeleted is set to
true, then environments deleted after this date are
displayed.includedDeletedBackTo - If specified when IncludeDeleted is set to
true, then environments deleted after this date are
displayed.public DescribeEnvironmentsRequest withIncludedDeletedBackTo(java.util.Date includedDeletedBackTo)
IncludeDeleted is set to
true, then environments deleted after this date are
displayed.
Returns a reference to this object so that method calls can be chained together.
includedDeletedBackTo - If specified when IncludeDeleted is set to
true, then environments deleted after this date are
displayed.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