@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()
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, 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)
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 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 setType(String type)
The workflows' type.
type
- The workflows' type.WorkflowType
public String getType()
The workflows' type.
WorkflowType
public ListWorkflowsRequest withType(String type)
The workflows' type.
type
- The workflows' type.WorkflowType
public ListWorkflowsRequest withType(WorkflowType type)
The workflows' type.
type
- The workflows' type.WorkflowType
public String toString()
toString
in class Object
Object.toString()
public ListWorkflowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()