@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchFlowTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchFlowTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
SearchFlowTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The string to specify as
nextToken when you request the next page of results. |
List<FlowTemplateSummary> |
getSummaries()
An array of objects that contain summary information about each workflow in the result set.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
void |
setSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
|
String |
toString()
Returns a string representation of this object.
|
SearchFlowTemplatesResult |
withNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchFlowTemplatesResult |
withSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
|
SearchFlowTemplatesResult |
withSummaries(FlowTemplateSummary... summaries)
An array of objects that contain summary information about each workflow in the result set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FlowTemplateSummary> getSummaries()
An array of objects that contain summary information about each workflow in the result set.
public void setSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
summaries
- An array of objects that contain summary information about each workflow in the result set.public SearchFlowTemplatesResult withSummaries(FlowTemplateSummary... summaries)
An array of objects that contain summary information about each workflow in the result set.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection)
or withSummaries(java.util.Collection)
if you want to
override the existing values.
summaries
- An array of objects that contain summary information about each workflow in the result set.public SearchFlowTemplatesResult withSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
summaries
- An array of objects that contain summary information about each workflow in the result set.public void setNextToken(String nextToken)
The string to specify as nextToken
when you request the next page of results.
nextToken
- The string to specify as nextToken
when you request the next page of results.public String getNextToken()
The string to specify as nextToken
when you request the next page of results.
nextToken
when you request the next page of results.public SearchFlowTemplatesResult withNextToken(String nextToken)
The string to specify as nextToken
when you request the next page of results.
nextToken
- The string to specify as nextToken
when you request the next page of results.public String toString()
toString
in class Object
Object.toString()
public SearchFlowTemplatesResult clone()