@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of workflows to return in one page of results.
|
String |
getName()
The workflows' name.
|
String |
getStartingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
getType()
The workflows' type.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
|
void |
setName(String name)
The workflows' name.
|
void |
setStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
void |
setType(String type)
The workflows' type.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsRequest |
withMaxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
|
ListWorkflowsRequest |
withName(String name)
The workflows' name.
|
ListWorkflowsRequest |
withStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListWorkflowsRequest |
withType(String type)
The workflows' type.
|
ListWorkflowsRequest |
withType(WorkflowType type)
The workflows' type.
|
addHandlerContext, copyBaseTo, 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 setType(String type)
The workflows' type.
type - The workflows' type.WorkflowTypepublic String getType()
The workflows' type.
WorkflowTypepublic ListWorkflowsRequest withType(String type)
The workflows' type.
type - The workflows' type.WorkflowTypepublic ListWorkflowsRequest withType(WorkflowType type)
The workflows' type.
type - The workflows' type.WorkflowTypepublic void setName(String name)
The workflows' name.
name - The workflows' name.public String getName()
The workflows' name.
public ListWorkflowsRequest withName(String name)
The workflows' name.
name - The workflows' name.public void setStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
startingToken - Specify the pagination token from a previous request to retrieve the next page of results.public String getStartingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public ListWorkflowsRequest withStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
startingToken - Specify the pagination token from a previous request to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
maxResults - The maximum number of workflows to return in one page of results.public Integer getMaxResults()
The maximum number of workflows to return in one page of results.
public ListWorkflowsRequest withMaxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
maxResults - The maximum number of workflows to return in one page of results.public String toString()
toString in class ObjectObject.toString()public ListWorkflowsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.