@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWorkflowsRequest() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of workflows to return.
|
String |
getNextToken()
ListWorkflows returns the NextToken parameter in the output. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of workflows to return.
|
void |
setNextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. |
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of workflows to return.
|
ListWorkflowsRequest |
withNextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. |
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)
Specifies the maximum number of workflows to return.
maxResults
- Specifies the maximum number of workflows to return.public Integer getMaxResults()
Specifies the maximum number of workflows to return.
public ListWorkflowsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of workflows to return.
maxResults
- Specifies the maximum number of workflows to return.public void setNextToken(String nextToken)
ListWorkflows
returns the NextToken
parameter in the output. You can then pass the
NextToken
parameter in a subsequent command to continue listing additional workflows.
nextToken
- ListWorkflows
returns the NextToken
parameter in the output. You can then pass
the NextToken
parameter in a subsequent command to continue listing additional workflows.public String getNextToken()
ListWorkflows
returns the NextToken
parameter in the output. You can then pass the
NextToken
parameter in a subsequent command to continue listing additional workflows.
ListWorkflows
returns the NextToken
parameter in the output. You can then pass
the NextToken
parameter in a subsequent command to continue listing additional workflows.public ListWorkflowsRequest withNextToken(String nextToken)
ListWorkflows
returns the NextToken
parameter in the output. You can then pass the
NextToken
parameter in a subsequent command to continue listing additional workflows.
nextToken
- ListWorkflows
returns the NextToken
parameter in the output. You can then pass
the NextToken
parameter in a subsequent command to continue listing additional workflows.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()