@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelineExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListPipelineExecutions action.
NOOP
Constructor and Description |
---|
ListPipelineExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPipelineExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next
set of pipeline executions in the list.
|
String |
getPipelineName()
The name of the pipeline for which you want to get execution summary information.
|
int |
hashCode() |
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 ListPipelineExecutions call, which can be used to return the next
set of pipeline 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; useful for testing and debugging.
|
ListPipelineExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListPipelineExecutionsRequest |
withNextToken(String nextToken)
The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next
set of pipeline executions in the list.
|
ListPipelineExecutionsRequest |
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 ListPipelineExecutionsRequest 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 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. The available pipeline execution 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. The available pipeline execution 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. The available pipeline execution history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
public ListPipelineExecutionsRequest 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. The available pipeline execution 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. The available pipeline execution 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 ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.
nextToken
- The token that was returned from the previous ListPipelineExecutions call, which can be used to return the
next set of pipeline executions in the list.public String getNextToken()
The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.
public ListPipelineExecutionsRequest withNextToken(String nextToken)
The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.
nextToken
- The token that was returned from the previous ListPipelineExecutions call, which can be used to return the
next set of pipeline executions in the list.public String toString()
toString
in class Object
Object.toString()
public ListPipelineExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.