public class DescribeEnvironmentManagedActionHistoryRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to list completed and failed 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.Integer |
maxItems
The maximum number of items to return for a single request.
|
private java.lang.String |
nextToken
The pagination token returned by a previous request.
|
NOOP
Constructor and Description |
---|
DescribeEnvironmentManagedActionHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentManagedActionHistoryRequest |
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.Integer |
getMaxItems()
The maximum number of items to return for a single request.
|
java.lang.String |
getNextToken()
The pagination token returned by a previous request.
|
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 |
setMaxItems(java.lang.Integer maxItems)
The maximum number of items to return for a single request.
|
void |
setNextToken(java.lang.String nextToken)
The pagination token returned by a previous request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEnvironmentManagedActionHistoryRequest |
withEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
|
DescribeEnvironmentManagedActionHistoryRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the target environment.
|
DescribeEnvironmentManagedActionHistoryRequest |
withMaxItems(java.lang.Integer maxItems)
The maximum number of items to return for a single request.
|
DescribeEnvironmentManagedActionHistoryRequest |
withNextToken(java.lang.String nextToken)
The pagination token returned by a previous request.
|
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 environmentId
The environment ID of the target environment.
private java.lang.String environmentName
The name of the target environment.
private java.lang.String nextToken
The pagination token returned by a previous request.
private java.lang.Integer maxItems
The maximum number of items to return for a single request.
public DescribeEnvironmentManagedActionHistoryRequest()
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 DescribeEnvironmentManagedActionHistoryRequest withEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.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 DescribeEnvironmentManagedActionHistoryRequest withEnvironmentName(java.lang.String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public void setNextToken(java.lang.String nextToken)
The pagination token returned by a previous request.
nextToken
- The pagination token returned by a previous request.public java.lang.String getNextToken()
The pagination token returned by a previous request.
public DescribeEnvironmentManagedActionHistoryRequest withNextToken(java.lang.String nextToken)
The pagination token returned by a previous request.
nextToken
- The pagination token returned by a previous request.public void setMaxItems(java.lang.Integer maxItems)
The maximum number of items to return for a single request.
maxItems
- The maximum number of items to return for a single request.public java.lang.Integer getMaxItems()
The maximum number of items to return for a single request.
public DescribeEnvironmentManagedActionHistoryRequest withMaxItems(java.lang.Integer maxItems)
The maximum number of items to return for a single request.
maxItems
- The maximum number of items to return for a single request.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 DescribeEnvironmentManagedActionHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()