public class ListProvisioningTemplatesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListProvisioningTemplatesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A token to retrieve the next set of results.
|
java.util.List<ProvisioningTemplateSummary> |
getTemplates()
A list of fleet provisioning templates
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
A token to retrieve the next set of results.
|
void |
setTemplates(java.util.Collection<ProvisioningTemplateSummary> templates)
A list of fleet provisioning templates
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListProvisioningTemplatesResult |
withNextToken(java.lang.String nextToken)
A token to retrieve the next set of results.
|
ListProvisioningTemplatesResult |
withTemplates(java.util.Collection<ProvisioningTemplateSummary> templates)
A list of fleet provisioning templates
|
ListProvisioningTemplatesResult |
withTemplates(ProvisioningTemplateSummary... templates)
A list of fleet provisioning templates
|
public java.util.List<ProvisioningTemplateSummary> getTemplates()
A list of fleet provisioning templates
A list of fleet provisioning templates
public void setTemplates(java.util.Collection<ProvisioningTemplateSummary> templates)
A list of fleet provisioning templates
templates - A list of fleet provisioning templates
public ListProvisioningTemplatesResult withTemplates(ProvisioningTemplateSummary... templates)
A list of fleet provisioning templates
Returns a reference to this object so that method calls can be chained together.
templates - A list of fleet provisioning templates
public ListProvisioningTemplatesResult withTemplates(java.util.Collection<ProvisioningTemplateSummary> templates)
A list of fleet provisioning templates
Returns a reference to this object so that method calls can be chained together.
templates - A list of fleet provisioning templates
public java.lang.String getNextToken()
A token to retrieve the next set of results.
A token to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
A token to retrieve the next set of results.
nextToken - A token to retrieve the next set of results.
public ListProvisioningTemplatesResult withNextToken(java.lang.String nextToken)
A token to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - A token to retrieve the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.