@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRuleExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRuleExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
RuleExecutionFilter |
getFilter()
Input information used to filter rule 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
ListRuleExecutions call, which can be used to return
the next set of rule executions in the list. |
String |
getPipelineName()
The name of the pipeline for which you want to get execution summary information.
|
int |
hashCode() |
void |
setFilter(RuleExecutionFilter filter)
Input information used to filter rule 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
ListRuleExecutions call, which can be used to return
the next set of rule executions in the list. |
void |
setPipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleExecutionsRequest |
withFilter(RuleExecutionFilter filter)
Input information used to filter rule execution history.
|
ListRuleExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListRuleExecutionsRequest |
withNextToken(String nextToken)
The token that was returned from the previous
ListRuleExecutions call, which can be used to return
the next set of rule executions in the list. |
ListRuleExecutionsRequest |
withPipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
|
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 get execution summary information.
pipelineName
- The name of the pipeline for which you want to get execution summary information.public String getPipelineName()
The name of the pipeline for which you want to get execution summary information.
public ListRuleExecutionsRequest withPipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
pipelineName
- The name of the pipeline for which you want to get execution summary information.public void setFilter(RuleExecutionFilter filter)
Input information used to filter rule execution history.
filter
- Input information used to filter rule execution history.public RuleExecutionFilter getFilter()
Input information used to filter rule execution history.
public ListRuleExecutionsRequest withFilter(RuleExecutionFilter filter)
Input information used to filter rule execution history.
filter
- Input information used to filter rule 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. Pipeline history is limited to the most recent 12 months, based on pipeline 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. Pipeline history is limited to the most recent 12 months, based on
pipeline 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. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
public ListRuleExecutionsRequest 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. Pipeline history is limited to the most recent 12 months, based on pipeline 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. Pipeline history is limited to the most recent 12 months, based on
pipeline execution start times. Default value is 100.public void setNextToken(String nextToken)
The token that was returned from the previous ListRuleExecutions
call, which can be used to return
the next set of rule executions in the list.
nextToken
- The token that was returned from the previous ListRuleExecutions
call, which can be used to
return the next set of rule executions in the list.public String getNextToken()
The token that was returned from the previous ListRuleExecutions
call, which can be used to return
the next set of rule executions in the list.
ListRuleExecutions
call, which can be used to
return the next set of rule executions in the list.public ListRuleExecutionsRequest withNextToken(String nextToken)
The token that was returned from the previous ListRuleExecutions
call, which can be used to return
the next set of rule executions in the list.
nextToken
- The token that was returned from the previous ListRuleExecutions
call, which can be used to
return the next set of rule executions in the list.public String toString()
toString
in class Object
Object.toString()
public ListRuleExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.