public class DescribeEnvironmentManagedActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to list an environment's upcoming and in-progress managed actions.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
environmentId
The environment ID of the target environment.
|
private java.lang.String |
environmentName
The name of the target environment.
|
private java.lang.String |
status
To show only actions with a particular status, specify a status.
|
NOOP
Constructor and Description |
---|
DescribeEnvironmentManagedActionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentManagedActionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEnvironmentId()
The environment ID of the target environment.
|
java.lang.String |
getEnvironmentName()
The name of the target environment.
|
java.lang.String |
getStatus()
To show only actions with a particular status, specify a status.
|
int |
hashCode() |
void |
setEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the target environment.
|
void |
setStatus(ActionStatus status)
To show only actions with a particular status, specify a status.
|
void |
setStatus(java.lang.String status)
To show only actions with a particular status, specify a status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEnvironmentManagedActionsRequest |
withEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
|
DescribeEnvironmentManagedActionsRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the target environment.
|
DescribeEnvironmentManagedActionsRequest |
withStatus(ActionStatus status)
To show only actions with a particular status, specify a status.
|
DescribeEnvironmentManagedActionsRequest |
withStatus(java.lang.String status)
To show only actions with a particular status, specify a status.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String environmentName
The name of the target environment.
private java.lang.String environmentId
The environment ID of the target environment.
private java.lang.String status
To show only actions with a particular status, specify a status.
public DescribeEnvironmentManagedActionsRequest()
public void setEnvironmentName(java.lang.String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public java.lang.String getEnvironmentName()
The name of the target environment.
public DescribeEnvironmentManagedActionsRequest withEnvironmentName(java.lang.String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public void setEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.public java.lang.String getEnvironmentId()
The environment ID of the target environment.
public DescribeEnvironmentManagedActionsRequest withEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.public void setStatus(java.lang.String status)
To show only actions with a particular status, specify a status.
status
- To show only actions with a particular status, specify a status.ActionStatus
public java.lang.String getStatus()
To show only actions with a particular status, specify a status.
ActionStatus
public DescribeEnvironmentManagedActionsRequest withStatus(java.lang.String status)
To show only actions with a particular status, specify a status.
status
- To show only actions with a particular status, specify a status.ActionStatus
public void setStatus(ActionStatus status)
To show only actions with a particular status, specify a status.
status
- To show only actions with a particular status, specify a status.ActionStatus
public DescribeEnvironmentManagedActionsRequest withStatus(ActionStatus status)
To show only actions with a particular status, specify a status.
status
- To show only actions with a particular status, specify a status.ActionStatus
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeEnvironmentManagedActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()