@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()
The maximum number of workflows to return in one page of results.
|
String |
getName()
Filter the list by workflow name.
|
String |
getStartingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
getType()
Filter the list by workflow type.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
|
void |
setName(String name)
Filter the list by workflow name.
|
void |
setStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
void |
setType(String type)
Filter the list by workflow 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)
Filter the list by workflow name.
|
ListWorkflowsRequest |
withStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListWorkflowsRequest |
withType(String type)
Filter the list by workflow type.
|
ListWorkflowsRequest |
withType(WorkflowType type)
Filter the list by workflow type.
|
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 setType(String type)
Filter the list by workflow type.
type
- Filter the list by workflow type.WorkflowType
public String getType()
Filter the list by workflow type.
WorkflowType
public ListWorkflowsRequest withType(String type)
Filter the list by workflow type.
type
- Filter the list by workflow type.WorkflowType
public ListWorkflowsRequest withType(WorkflowType type)
Filter the list by workflow type.
type
- Filter the list by workflow type.WorkflowType
public void setName(String name)
Filter the list by workflow name.
name
- Filter the list by workflow name.public String getName()
Filter the list by workflow name.
public ListWorkflowsRequest withName(String name)
Filter the list by workflow name.
name
- Filter the list by workflow 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 Object
Object.toString()
public ListWorkflowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()