|
Did this page help you?Yes No Tell us about it... |
||||||
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.DescribeEnvironmentsRequest
public class DescribeEnvironmentsRequest
Container for the parameters to the DescribeEnvironments operation
.
Returns descriptions for existing environments.
AWSElasticBeanstalk.describeEnvironments(DescribeEnvironmentsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeEnvironmentsRequest()
Default constructor for a new DescribeEnvironmentsRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getApplicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application. |
List<String> |
getEnvironmentIds()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs. |
List<String> |
getEnvironmentNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names. |
Date |
getIncludedDeletedBackTo()
If specified when IncludeDeleted is set to
true , then environments deleted after this date are
displayed. |
Boolean |
getIncludeDeleted()
Indicates whether to include deleted environments: |
String |
getVersionLabel()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version. |
int |
hashCode()
|
Boolean |
isIncludeDeleted()
Indicates whether to include deleted environments: |
void |
setApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application. |
void |
setEnvironmentIds(Collection<String> environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs. |
void |
setEnvironmentNames(Collection<String> environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names. |
void |
setIncludedDeletedBackTo(Date includedDeletedBackTo)
If specified when IncludeDeleted is set to
true , then environments deleted after this date are
displayed. |
void |
setIncludeDeleted(Boolean includeDeleted)
Indicates whether to include deleted environments: |
void |
setVersionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeEnvironmentsRequest |
withApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application. |
DescribeEnvironmentsRequest |
withEnvironmentIds(Collection<String> environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs. |
DescribeEnvironmentsRequest |
withEnvironmentIds(String... environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs. |
DescribeEnvironmentsRequest |
withEnvironmentNames(Collection<String> environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names. |
DescribeEnvironmentsRequest |
withEnvironmentNames(String... environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names. |
DescribeEnvironmentsRequest |
withIncludedDeletedBackTo(Date includedDeletedBackTo)
If specified when IncludeDeleted is set to
true , then environments deleted after this date are
displayed. |
DescribeEnvironmentsRequest |
withIncludeDeleted(Boolean includeDeleted)
Indicates whether to include deleted environments: |
DescribeEnvironmentsRequest |
withVersionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version. |
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 |
---|
public DescribeEnvironmentsRequest()
Method Detail |
---|
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(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(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 String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(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(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 List<String> getEnvironmentIds()
public void setEnvironmentIds(Collection<String> environmentIds)
environmentIds
- If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified IDs.public DescribeEnvironmentsRequest withEnvironmentIds(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(Collection<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 List<String> getEnvironmentNames()
public void setEnvironmentNames(Collection<String> environmentNames)
environmentNames
- If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those that have the specified names.public DescribeEnvironmentsRequest withEnvironmentNames(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(Collection<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 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(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(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 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 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(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |