@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeneratedTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListGeneratedTemplatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListGeneratedTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all the remaining results,
NextToken is set to a token. |
List<TemplateSummary> |
getSummaries()
A list of summaries of the generated templates.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
void |
setSummaries(Collection<TemplateSummary> summaries)
A list of summaries of the generated templates.
|
String |
toString()
Returns a string representation of this object.
|
ListGeneratedTemplatesResult |
withNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListGeneratedTemplatesResult |
withSummaries(Collection<TemplateSummary> summaries)
A list of summaries of the generated templates.
|
ListGeneratedTemplatesResult |
withSummaries(TemplateSummary... summaries)
A list of summaries of the generated templates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TemplateSummary> getSummaries()
A list of summaries of the generated templates.
public void setSummaries(Collection<TemplateSummary> summaries)
A list of summaries of the generated templates.
summaries - A list of summaries of the generated templates.public ListGeneratedTemplatesResult withSummaries(TemplateSummary... summaries)
A list of summaries of the generated templates.
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 - A list of summaries of the generated templates.public ListGeneratedTemplatesResult withSummaries(Collection<TemplateSummary> summaries)
A list of summaries of the generated templates.
summaries - A list of summaries of the generated templates.public void setNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListGeneratedTemplates again and use that value for the
NextToken parameter. If the request returns all results, NextToken is set to an empty
string.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListGeneratedTemplates again and use that value for
the NextToken parameter. If the request returns all results, NextToken is set to
an empty string.public String getNextToken()
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListGeneratedTemplates again and use that value for the
NextToken parameter. If the request returns all results, NextToken is set to an empty
string.
NextToken is set to a token. To
retrieve the next set of results, call ListGeneratedTemplates again and use that value for
the NextToken parameter. If the request returns all results, NextToken is set
to an empty string.public ListGeneratedTemplatesResult withNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListGeneratedTemplates again and use that value for the
NextToken parameter. If the request returns all results, NextToken is set to an empty
string.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListGeneratedTemplates again and use that value for
the NextToken parameter. If the request returns all results, NextToken is set to
an empty string.public String toString()
toString in class ObjectObject.toString()public ListGeneratedTemplatesResult clone()