@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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, withSdkRequestTimeout
public 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.ActionStatus
public String getStatus()
To show only actions with a particular status, specify a status.
ActionStatus
public 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.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 String toString()
toString
in class Object
Object.toString()
public DescribeEnvironmentManagedActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.