@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListJobTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListJobTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
This output displays the token for the next set of job templates.
|
List<JobTemplate> |
getTemplates()
This output lists information about the specified job templates.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
This output displays the token for the next set of job templates.
|
void |
setTemplates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
|
String |
toString()
Returns a string representation of this object.
|
ListJobTemplatesResult |
withNextToken(String nextToken)
This output displays the token for the next set of job templates.
|
ListJobTemplatesResult |
withTemplates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
|
ListJobTemplatesResult |
withTemplates(JobTemplate... templates)
This output lists information about the specified job templates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobTemplate> getTemplates()
This output lists information about the specified job templates.
public void setTemplates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
templates
- This output lists information about the specified job templates.public ListJobTemplatesResult withTemplates(JobTemplate... templates)
This output lists information about the specified job templates.
NOTE: This method appends the values to the existing list (if any). Use
setTemplates(java.util.Collection)
or withTemplates(java.util.Collection)
if you want to
override the existing values.
templates
- This output lists information about the specified job templates.public ListJobTemplatesResult withTemplates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
templates
- This output lists information about the specified job templates.public void setNextToken(String nextToken)
This output displays the token for the next set of job templates.
nextToken
- This output displays the token for the next set of job templates.public String getNextToken()
This output displays the token for the next set of job templates.
public ListJobTemplatesResult withNextToken(String nextToken)
This output displays the token for the next set of job templates.
nextToken
- This output displays the token for the next set of job templates.public String toString()
toString
in class Object
Object.toString()
public ListJobTemplatesResult clone()