@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowTemplateRevisionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFlowTemplateRevisionsResult() |
Modifier and Type | Method and Description |
---|---|
GetFlowTemplateRevisionsResult |
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 provide summary data about each revision.
|
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 provide summary data about each revision.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowTemplateRevisionsResult |
withNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
GetFlowTemplateRevisionsResult |
withSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that provide summary data about each revision.
|
GetFlowTemplateRevisionsResult |
withSummaries(FlowTemplateSummary... summaries)
An array of objects that provide summary data about each revision.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FlowTemplateSummary> getSummaries()
An array of objects that provide summary data about each revision.
public void setSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that provide summary data about each revision.
summaries
- An array of objects that provide summary data about each revision.public GetFlowTemplateRevisionsResult withSummaries(FlowTemplateSummary... summaries)
An array of objects that provide summary data about each revision.
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 provide summary data about each revision.public GetFlowTemplateRevisionsResult withSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that provide summary data about each revision.
summaries
- An array of objects that provide summary data about each revision.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 GetFlowTemplateRevisionsResult 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 GetFlowTemplateRevisionsResult clone()