@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMatchingWorkflowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMatchingWorkflowsResult() |
Modifier and Type | Method and Description |
---|---|
ListMatchingWorkflowsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token from the previous API call.
|
List<MatchingWorkflowSummary> |
getWorkflowSummaries()
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName , WorkflowArn , CreatedAt , and UpdatedAt . |
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token from the previous API call.
|
void |
setWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName , WorkflowArn , CreatedAt , and UpdatedAt . |
String |
toString()
Returns a string representation of this object.
|
ListMatchingWorkflowsResult |
withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListMatchingWorkflowsResult |
withWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName , WorkflowArn , CreatedAt , and UpdatedAt . |
ListMatchingWorkflowsResult |
withWorkflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName , WorkflowArn , CreatedAt , and UpdatedAt . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The pagination token from the previous API call.
nextToken
- The pagination token from the previous API call.public String getNextToken()
The pagination token from the previous API call.
public ListMatchingWorkflowsResult withNextToken(String nextToken)
The pagination token from the previous API call.
nextToken
- The pagination token from the previous API call.public List<MatchingWorkflowSummary> getWorkflowSummaries()
A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.
MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.public void setWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.
workflowSummaries
- A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.public ListMatchingWorkflowsResult withWorkflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.
NOTE: This method appends the values to the existing list (if any). Use
setWorkflowSummaries(java.util.Collection)
or withWorkflowSummaries(java.util.Collection)
if
you want to override the existing values.
workflowSummaries
- A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.public ListMatchingWorkflowsResult withWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.
workflowSummaries
- A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
, and UpdatedAt
.public String toString()
toString
in class Object
Object.toString()
public ListMatchingWorkflowsResult clone()