@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEnvironmentManagedActionHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to list completed and failed managed actions.
NOOP
Constructor and Description |
---|
DescribeEnvironmentManagedActionHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentManagedActionHistoryRequest |
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.
|
Integer |
getMaxItems()
The maximum number of items to return for a single request.
|
String |
getNextToken()
The pagination token returned by a previous request.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
The environment ID of the target environment.
|
void |
setEnvironmentName(String environmentName)
The name of the target environment.
|
void |
setMaxItems(Integer maxItems)
The maximum number of items to return for a single request.
|
void |
setNextToken(String nextToken)
The pagination token returned by a previous request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEnvironmentManagedActionHistoryRequest |
withEnvironmentId(String environmentId)
The environment ID of the target environment.
|
DescribeEnvironmentManagedActionHistoryRequest |
withEnvironmentName(String environmentName)
The name of the target environment.
|
DescribeEnvironmentManagedActionHistoryRequest |
withMaxItems(Integer maxItems)
The maximum number of items to return for a single request.
|
DescribeEnvironmentManagedActionHistoryRequest |
withNextToken(String nextToken)
The pagination token returned by a previous request.
|
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 DescribeEnvironmentManagedActionHistoryRequest()
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 DescribeEnvironmentManagedActionHistoryRequest withEnvironmentId(String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.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 DescribeEnvironmentManagedActionHistoryRequest withEnvironmentName(String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public void setNextToken(String nextToken)
The pagination token returned by a previous request.
nextToken
- The pagination token returned by a previous request.public String getNextToken()
The pagination token returned by a previous request.
public DescribeEnvironmentManagedActionHistoryRequest withNextToken(String nextToken)
The pagination token returned by a previous request.
nextToken
- The pagination token returned by a previous request.public void setMaxItems(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 Integer getMaxItems()
The maximum number of items to return for a single request.
public DescribeEnvironmentManagedActionHistoryRequest withMaxItems(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 String toString()
toString
in class Object
Object.toString()
public DescribeEnvironmentManagedActionHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.