Class DescribeEnvironmentManagedActionsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentManagedActionsRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class DescribeEnvironmentManagedActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to list an environment's upcoming and in-progress managed actions.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeEnvironmentManagedActionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeEnvironmentManagedActionsRequest
clone()
Creates a shallow clone of this request.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.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
-
-
-
Method Detail
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
The name of the target environment.
- Parameters:
environmentName
- The name of the target environment.
-
getEnvironmentName
public String getEnvironmentName()
The name of the target environment.
- Returns:
- The name of the target environment.
-
withEnvironmentName
public DescribeEnvironmentManagedActionsRequest withEnvironmentName(String environmentName)
The name of the target environment.
- Parameters:
environmentName
- The name of the target environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentId
public void setEnvironmentId(String environmentId)
The environment ID of the target environment.
- Parameters:
environmentId
- The environment ID of the target environment.
-
getEnvironmentId
public String getEnvironmentId()
The environment ID of the target environment.
- Returns:
- The environment ID of the target environment.
-
withEnvironmentId
public DescribeEnvironmentManagedActionsRequest withEnvironmentId(String environmentId)
The environment ID of the target environment.
- Parameters:
environmentId
- The environment ID of the target environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
public void setStatus(String status)
To show only actions with a particular status, specify a status.
- Parameters:
status
- To show only actions with a particular status, specify a status.- See Also:
ActionStatus
-
getStatus
public String getStatus()
To show only actions with a particular status, specify a status.
- Returns:
- To show only actions with a particular status, specify a status.
- See Also:
ActionStatus
-
withStatus
public DescribeEnvironmentManagedActionsRequest withStatus(String status)
To show only actions with a particular status, specify a status.
- Parameters:
status
- To show only actions with a particular status, specify a status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionStatus
-
setStatus
public void setStatus(ActionStatus status)
To show only actions with a particular status, specify a status.
- Parameters:
status
- To show only actions with a particular status, specify a status.- See Also:
ActionStatus
-
withStatus
public DescribeEnvironmentManagedActionsRequest withStatus(ActionStatus status)
To show only actions with a particular status, specify a status.
- Parameters:
status
- To show only actions with a particular status, specify a status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionStatus
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeEnvironmentManagedActionsRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-