@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplateStepsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTemplateStepsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateStepsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<TemplateStepSummary> |
getTemplateStepSummaryList()
The list of summaries of steps in a template.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setTemplateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplateStepsResult |
withNextToken(String nextToken)
The pagination token.
|
ListTemplateStepsResult |
withTemplateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
|
ListTemplateStepsResult |
withTemplateStepSummaryList(TemplateStepSummary... templateStepSummaryList)
The list of summaries of steps in a template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListTemplateStepsResult withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public List<TemplateStepSummary> getTemplateStepSummaryList()
The list of summaries of steps in a template.
public void setTemplateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
templateStepSummaryList - The list of summaries of steps in a template.public ListTemplateStepsResult withTemplateStepSummaryList(TemplateStepSummary... templateStepSummaryList)
The list of summaries of steps in a template.
NOTE: This method appends the values to the existing list (if any). Use
setTemplateStepSummaryList(java.util.Collection) or
withTemplateStepSummaryList(java.util.Collection) if you want to override the existing values.
templateStepSummaryList - The list of summaries of steps in a template.public ListTemplateStepsResult withTemplateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
templateStepSummaryList - The list of summaries of steps in a template.public String toString()
toString in class ObjectObject.toString()public ListTemplateStepsResult clone()