@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) |
Boolean |
getByName()
Specify all or part of the workflow name to streamline results.
|
List<Filter> |
getFilters()
Used to streamline search results.
|
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
String |
getOwner()
Used to get a list of workflow build version filtered by the identity of the creator.
|
int |
hashCode() |
Boolean |
isByName()
Specify all or part of the workflow name to streamline results.
|
void |
setByName(Boolean byName)
Specify all or part of the workflow name to streamline results.
|
void |
setFilters(Collection<Filter> filters)
Used to streamline search results.
|
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setOwner(String owner)
Used to get a list of workflow build version filtered by the identity of the creator.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsRequest |
withByName(Boolean byName)
Specify all or part of the workflow name to streamline results.
|
ListWorkflowsRequest |
withFilters(Collection<Filter> filters)
Used to streamline search results.
|
ListWorkflowsRequest |
withFilters(Filter... filters)
Used to streamline search results.
|
ListWorkflowsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowsRequest |
withOwner(Ownership owner)
Used to get a list of workflow build version filtered by the identity of the creator.
|
ListWorkflowsRequest |
withOwner(String owner)
Used to get a list of workflow build version filtered by the identity of the creator.
|
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 setOwner(String owner)
Used to get a list of workflow build version filtered by the identity of the creator.
owner
- Used to get a list of workflow build version filtered by the identity of the creator.Ownership
public String getOwner()
Used to get a list of workflow build version filtered by the identity of the creator.
Ownership
public ListWorkflowsRequest withOwner(String owner)
Used to get a list of workflow build version filtered by the identity of the creator.
owner
- Used to get a list of workflow build version filtered by the identity of the creator.Ownership
public ListWorkflowsRequest withOwner(Ownership owner)
Used to get a list of workflow build version filtered by the identity of the creator.
owner
- Used to get a list of workflow build version filtered by the identity of the creator.Ownership
public List<Filter> getFilters()
Used to streamline search results.
public void setFilters(Collection<Filter> filters)
Used to streamline search results.
filters
- Used to streamline search results.public ListWorkflowsRequest withFilters(Filter... filters)
Used to streamline search results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Used to streamline search results.public ListWorkflowsRequest withFilters(Collection<Filter> filters)
Used to streamline search results.
filters
- Used to streamline search results.public void setByName(Boolean byName)
Specify all or part of the workflow name to streamline results.
byName
- Specify all or part of the workflow name to streamline results.public Boolean getByName()
Specify all or part of the workflow name to streamline results.
public ListWorkflowsRequest withByName(Boolean byName)
Specify all or part of the workflow name to streamline results.
byName
- Specify all or part of the workflow name to streamline results.public Boolean isByName()
Specify all or part of the workflow name to streamline results.
public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListWorkflowsRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListWorkflowsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()