@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowStepsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListWorkflowStepsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepsRequest |
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 that can be returned.
|
String |
getNextToken()
The pagination token.
|
String |
getStepGroupId()
The ID of the step group.
|
String |
getWorkflowId()
The ID of the migration workflow.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setStepGroupId(String stepGroupId)
The ID of the step group.
|
void |
setWorkflowId(String workflowId)
The ID of the migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowStepsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListWorkflowStepsRequest |
withNextToken(String nextToken)
The pagination token.
|
ListWorkflowStepsRequest |
withStepGroupId(String stepGroupId)
The ID of the step group.
|
ListWorkflowStepsRequest |
withWorkflowId(String workflowId)
The ID of the migration 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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListWorkflowStepsRequest withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults - The maximum number of results that can be returned.public Integer getMaxResults()
The maximum number of results that can be returned.
public ListWorkflowStepsRequest withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults - The maximum number of results that can be returned.public void setWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.public String getWorkflowId()
The ID of the migration workflow.
public ListWorkflowStepsRequest withWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.public void setStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.public String getStepGroupId()
The ID of the step group.
public ListWorkflowStepsRequest withStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.public String toString()
toString in class ObjectObject.toString()public ListWorkflowStepsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()