@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<ListWorkflowsItem> |
getItems()
List containing workflow details.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setItems(Collection<ListWorkflowsItem> items)
List containing workflow details.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsResult |
withItems(Collection<ListWorkflowsItem> items)
List containing workflow details.
|
ListWorkflowsResult |
withItems(ListWorkflowsItem... items)
List containing workflow details.
|
ListWorkflowsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ListWorkflowsItem> getItems()
List containing workflow details.
public void setItems(Collection<ListWorkflowsItem> items)
List containing workflow details.
items
- List containing workflow details.public ListWorkflowsResult withItems(ListWorkflowsItem... items)
List containing workflow details.
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
- List containing workflow details.public ListWorkflowsResult withItems(Collection<ListWorkflowsItem> items)
List containing workflow details.
items
- List containing workflow details.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListWorkflowsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowsResult clone()