@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorkflowsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next token used for paginated responses.
|
List<WorkflowVersion> |
getWorkflowVersionList()
A list of workflow build versions that match the request criteria.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowsResult |
withWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
|
ListWorkflowsResult |
withWorkflowVersionList(WorkflowVersion... workflowVersionList)
A list of workflow build versions that match the request criteria.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkflowVersion> getWorkflowVersionList()
A list of workflow build versions that match the request criteria.
public void setWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
workflowVersionList
- A list of workflow build versions that match the request criteria.public ListWorkflowsResult withWorkflowVersionList(WorkflowVersion... workflowVersionList)
A list of workflow build versions that match the request criteria.
NOTE: This method appends the values to the existing list (if any). Use
setWorkflowVersionList(java.util.Collection)
or withWorkflowVersionList(java.util.Collection)
if you want to override the existing values.
workflowVersionList
- A list of workflow build versions that match the request criteria.public ListWorkflowsResult withWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
workflowVersionList
- A list of workflow build versions that match the request criteria.public void setNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String getNextToken()
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
public ListWorkflowsResult withNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowsResult clone()