@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTemplatesRequest |
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 that can be returned.
|
String |
getName()
The name of the template.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
void |
setName(String name)
The name of the template.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListTemplatesRequest |
withName(String name)
The name of the template.
|
ListTemplatesRequest |
withNextToken(String nextToken)
The pagination token.
|
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 that can be returned.
maxResults
- The maximum number of results that can be returned.public Integer getMaxResults()
The maximum number of results that can be returned.
public ListTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults
- The maximum number of results that can be returned.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListTemplatesRequest withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setName(String name)
The name of the template.
name
- The name of the template.public String getName()
The name of the template.
public ListTemplatesRequest withName(String name)
The name of the template.
name
- The name of the template.public String toString()
toString
in class Object
Object.toString()
public ListTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()