@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowStepGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWorkflowStepGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowStepGroupsRequest |
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 |
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 |
setWorkflowId(String workflowId)
The ID of the migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowStepGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListWorkflowStepGroupsRequest |
withNextToken(String nextToken)
The pagination token.
|
ListWorkflowStepGroupsRequest |
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, withSdkRequestTimeout
public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListWorkflowStepGroupsRequest 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 ListWorkflowStepGroupsRequest 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 ListWorkflowStepGroupsRequest withWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId
- The ID of the migration workflow.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowStepGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()