@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowStepExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWorkflowStepExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowStepExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
String |
getWorkflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowStepExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowStepExecutionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowStepExecutionsRequest |
withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
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 ListWorkflowStepExecutionsRequest 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 ListWorkflowStepExecutionsRequest 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 setWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.public String getWorkflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
public ListWorkflowStepExecutionsRequest withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowStepExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()