@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) |
List<WorkflowListItem> |
getItems()
The workflows' items.
|
String |
getNextToken()
A pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setItems(Collection<WorkflowListItem> items)
The workflows' items.
|
void |
setNextToken(String nextToken)
A pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsResult |
withItems(Collection<WorkflowListItem> items)
The workflows' items.
|
ListWorkflowsResult |
withItems(WorkflowListItem... items)
The workflows' items.
|
ListWorkflowsResult |
withNextToken(String nextToken)
A pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<WorkflowListItem> getItems()
The workflows' items.
public void setItems(Collection<WorkflowListItem> items)
The workflows' items.
items - The workflows' items.public ListWorkflowsResult withItems(WorkflowListItem... items)
The workflows' items.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - The workflows' items.public ListWorkflowsResult withItems(Collection<WorkflowListItem> items)
The workflows' items.
items - The workflows' items.public void setNextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken - A pagination token that's included if more results are available.public String getNextToken()
A pagination token that's included if more results are available.
public ListWorkflowsResult withNextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken - A pagination token that's included if more results are available.public String toString()
toString in class ObjectObject.toString()public ListWorkflowsResult clone()
Copyright © 2024. All rights reserved.