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