@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEnvironmentManagedActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to list an environment's upcoming and in-progress managed actions.
NOOP| Constructor and Description | 
|---|
| DescribeEnvironmentManagedActionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeEnvironmentManagedActionsRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getEnvironmentId()
 The environment ID of the target environment. | 
| String | getEnvironmentName()
 The name of the target environment. | 
| String | getStatus()
 To show only actions with a particular status, specify a status. | 
| int | hashCode() | 
| void | setEnvironmentId(String environmentId)
 The environment ID of the target environment. | 
| void | setEnvironmentName(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(String status)
 To show only actions with a particular status, specify a status. | 
| String | toString()Returns a string representation of this object. | 
| DescribeEnvironmentManagedActionsRequest | withEnvironmentId(String environmentId)
 The environment ID of the target environment. | 
| DescribeEnvironmentManagedActionsRequest | withEnvironmentName(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(String status)
 To show only actions with a particular status, specify a status. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeEnvironmentManagedActionsRequest()
public void setEnvironmentName(String environmentName)
The name of the target environment.
environmentName - The name of the target environment.public String getEnvironmentName()
The name of the target environment.
public DescribeEnvironmentManagedActionsRequest withEnvironmentName(String environmentName)
The name of the target environment.
environmentName - The name of the target environment.public void setEnvironmentId(String environmentId)
The environment ID of the target environment.
environmentId - The environment ID of the target environment.public String getEnvironmentId()
The environment ID of the target environment.
public DescribeEnvironmentManagedActionsRequest withEnvironmentId(String environmentId)
The environment ID of the target environment.
environmentId - The environment ID of the target environment.public void setStatus(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.ActionStatuspublic String getStatus()
To show only actions with a particular status, specify a status.
ActionStatuspublic DescribeEnvironmentManagedActionsRequest withStatus(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.ActionStatuspublic 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.ActionStatuspublic 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.ActionStatuspublic String toString()
toString in class ObjectObject.toString()public DescribeEnvironmentManagedActionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.