@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWorkflowExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getImageBuildVersionArn()
List all workflow runtime instances for the specified image build version resource ARN.
|
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setImageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
|
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowExecutionsRequest |
withImageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
|
ListWorkflowExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowExecutionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListWorkflowExecutionsRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListWorkflowExecutionsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public void setImageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
imageBuildVersionArn
- List all workflow runtime instances for the specified image build version resource ARN.public String getImageBuildVersionArn()
List all workflow runtime instances for the specified image build version resource ARN.
public ListWorkflowExecutionsRequest withImageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
imageBuildVersionArn
- List all workflow runtime instances for the specified image build version resource ARN.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()