@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListManagedJobTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListManagedJobTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListManagedJobTemplatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of entries that can be returned.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
String |
getTemplateName()
An optional parameter for template name.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of entries that can be returned.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
void |
setTemplateName(String templateName)
An optional parameter for template name.
|
String |
toString()
Returns a string representation of this object.
|
ListManagedJobTemplatesRequest |
withMaxResults(Integer maxResults)
Maximum number of entries that can be returned.
|
ListManagedJobTemplatesRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListManagedJobTemplatesRequest |
withTemplateName(String templateName)
An optional parameter for template name.
|
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 setTemplateName(String templateName)
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
templateName
- An optional parameter for template name. If specified, only the versions of the managed job templates that
have the specified template name will be returned.public String getTemplateName()
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
public ListManagedJobTemplatesRequest withTemplateName(String templateName)
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
templateName
- An optional parameter for template name. If specified, only the versions of the managed job templates that
have the specified template name will be returned.public void setMaxResults(Integer maxResults)
Maximum number of entries that can be returned.
maxResults
- Maximum number of entries that can be returned.public Integer getMaxResults()
Maximum number of entries that can be returned.
public ListManagedJobTemplatesRequest withMaxResults(Integer maxResults)
Maximum number of entries that can be returned.
maxResults
- Maximum number of entries that can be returned.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListManagedJobTemplatesRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListManagedJobTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()