@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) |
Integer |
getMaxResults()
The maximum number of results to return in the list.
|
String |
getNextToken()
The token to use to return the next set of results in the list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the list.
|
void |
setNextToken(String nextToken)
The token to use to return the next set of results in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListJobTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the list.
|
ListJobTemplatesRequest |
withNextToken(String nextToken)
The token to use to return the next set of results in the list.
|
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, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of results to return in the list.
maxResults
- The maximum number of results to return in the list.public Integer getMaxResults()
The maximum number of results to return in the list.
public ListJobTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the list.
maxResults
- The maximum number of results to return in the list.public void setNextToken(String nextToken)
The token to use to return the next set of results in the list.
nextToken
- The token to use to return the next set of results in the list.public String getNextToken()
The token to use to return the next set of results in the list.
public ListJobTemplatesRequest withNextToken(String nextToken)
The token to use to return the next set of results in the list.
nextToken
- The token to use to return the next set of results in the list.public String toString()
toString
in class Object
Object.toString()
public ListJobTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()