@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListJobTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategory()
Optionally, specify a job template category to limit responses to only job templates from that category.
|
String |
getListBy() |
Integer |
getMaxResults()
Optional.
|
String |
getNextToken()
Use this string, provided with the response to a previous request, to request the next batch of job templates.
|
String |
getOrder() |
int |
hashCode() |
void |
setCategory(String category)
Optionally, specify a job template category to limit responses to only job templates from that category.
|
void |
setListBy(String listBy) |
void |
setMaxResults(Integer maxResults)
Optional.
|
void |
setNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of job templates.
|
void |
setOrder(String order) |
String |
toString()
Returns a string representation of this object.
|
ListJobTemplatesRequest |
withCategory(String category)
Optionally, specify a job template category to limit responses to only job templates from that category.
|
ListJobTemplatesRequest |
withListBy(JobTemplateListBy listBy) |
ListJobTemplatesRequest |
withListBy(String listBy) |
ListJobTemplatesRequest |
withMaxResults(Integer maxResults)
Optional.
|
ListJobTemplatesRequest |
withNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of job templates.
|
ListJobTemplatesRequest |
withOrder(Order order) |
ListJobTemplatesRequest |
withOrder(String order) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCategory(String category)
category - Optionally, specify a job template category to limit responses to only job templates from that category.public String getCategory()
public ListJobTemplatesRequest withCategory(String category)
category - Optionally, specify a job template category to limit responses to only job templates from that category.public void setListBy(String listBy)
listBy - JobTemplateListBypublic String getListBy()
JobTemplateListBypublic ListJobTemplatesRequest withListBy(String listBy)
listBy - JobTemplateListBypublic ListJobTemplatesRequest withListBy(JobTemplateListBy listBy)
listBy - JobTemplateListBypublic void setMaxResults(Integer maxResults)
maxResults - Optional. Number of job templates, up to twenty, that will be returned at one time.public Integer getMaxResults()
public ListJobTemplatesRequest withMaxResults(Integer maxResults)
maxResults - Optional. Number of job templates, up to twenty, that will be returned at one time.public void setNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of job
templates.public String getNextToken()
public ListJobTemplatesRequest withNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of job
templates.public ListJobTemplatesRequest withOrder(String order)
order - Orderpublic ListJobTemplatesRequest withOrder(Order order)
order - Orderpublic String toString()
toString in class ObjectObject.toString()public ListJobTemplatesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.