@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceTemplatesRequest |
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 service templates to list.
|
String |
getNextToken()
A token that indicates the location of the next service template in the array of service templates, after the
list of service templates previously requested.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of service templates to list.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the
list of service templates previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of service templates to list.
|
ListServiceTemplatesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the
list of service templates previously requested.
|
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 service templates to list.
maxResults
- The maximum number of service templates to list.public Integer getMaxResults()
The maximum number of service templates to list.
public ListServiceTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of service templates to list.
maxResults
- The maximum number of service templates to list.public void setNextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
nextToken
- A token that indicates the location of the next service template in the array of service templates, after
the list of service templates previously requested.public String getNextToken()
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
public ListServiceTemplatesRequest withNextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
nextToken
- A token that indicates the location of the next service template in the array of service templates, after
the list of service templates previously requested.public String toString()
toString
in class Object
Object.toString()
public ListServiceTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()