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