@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActionExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListActionExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListActionExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ActionExecutionFilter |
getFilter()
Input information used to filter action execution history.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token that was returned from the previous
ListActionExecutions call, which can be used to return
the next set of action executions in the list. |
String |
getPipelineName()
The name of the pipeline for which you want to list action execution history.
|
int |
hashCode() |
void |
setFilter(ActionExecutionFilter filter)
Input information used to filter action execution history.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token that was returned from the previous
ListActionExecutions call, which can be used to return
the next set of action executions in the list. |
void |
setPipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
|
String |
toString()
Returns a string representation of this object.
|
ListActionExecutionsRequest |
withFilter(ActionExecutionFilter filter)
Input information used to filter action execution history.
|
ListActionExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListActionExecutionsRequest |
withNextToken(String nextToken)
The token that was returned from the previous
ListActionExecutions call, which can be used to return
the next set of action executions in the list. |
ListActionExecutionsRequest |
withPipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
|
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 void setPipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
pipelineName
- The name of the pipeline for which you want to list action execution history.public String getPipelineName()
The name of the pipeline for which you want to list action execution history.
public ListActionExecutionsRequest withPipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
pipelineName
- The name of the pipeline for which you want to list action execution history.public void setFilter(ActionExecutionFilter filter)
Input information used to filter action execution history.
filter
- Input information used to filter action execution history.public ActionExecutionFilter getFilter()
Input information used to filter action execution history.
public ListActionExecutionsRequest withFilter(ActionExecutionFilter filter)
Input information used to filter action execution history.
filter
- Input information used to filter action execution history.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned nextToken value. Action execution history is retained for up to 12 months, based on
action execution start times. Default value is 100.public Integer getMaxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
public ListActionExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned nextToken value. Action execution history is retained for up to 12 months, based on
action execution start times. Default value is 100.public void setNextToken(String nextToken)
The token that was returned from the previous ListActionExecutions
call, which can be used to return
the next set of action executions in the list.
nextToken
- The token that was returned from the previous ListActionExecutions
call, which can be used to
return the next set of action executions in the list.public String getNextToken()
The token that was returned from the previous ListActionExecutions
call, which can be used to return
the next set of action executions in the list.
ListActionExecutions
call, which can be used
to return the next set of action executions in the list.public ListActionExecutionsRequest withNextToken(String nextToken)
The token that was returned from the previous ListActionExecutions
call, which can be used to return
the next set of action executions in the list.
nextToken
- The token that was returned from the previous ListActionExecutions
call, which can be used to
return the next set of action executions in the list.public String toString()
toString
in class Object
Object.toString()
public ListActionExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()