@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()
A continuation token, if not all workflow names have been returned.
|
List<String> |
getWorkflows()
List of names of workflows in the account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
|
void |
setWorkflows(Collection<String> workflows)
List of names of workflows in the account.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsResult |
withNextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
|
ListWorkflowsResult |
withWorkflows(Collection<String> workflows)
List of names of workflows in the account.
|
ListWorkflowsResult |
withWorkflows(String... workflows)
List of names of workflows in the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getWorkflows()
List of names of workflows in the account.
public void setWorkflows(Collection<String> workflows)
List of names of workflows in the account.
workflows
- List of names of workflows in the account.public ListWorkflowsResult withWorkflows(String... workflows)
List of names of workflows in the account.
NOTE: This method appends the values to the existing list (if any). Use
setWorkflows(java.util.Collection)
or withWorkflows(java.util.Collection)
if you want to
override the existing values.
workflows
- List of names of workflows in the account.public ListWorkflowsResult withWorkflows(Collection<String> workflows)
List of names of workflows in the account.
workflows
- List of names of workflows in the account.public void setNextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
nextToken
- A continuation token, if not all workflow names have been returned.public String getNextToken()
A continuation token, if not all workflow names have been returned.
public ListWorkflowsResult withNextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
nextToken
- A continuation token, if not all workflow names have been returned.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowsResult clone()