@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisioningTemplateVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProvisioningTemplateVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProvisioningTemplateVersionsRequest |
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 at one time.
|
String |
getNextToken()
A token to retrieve the next set of results.
|
String |
getTemplateName()
The name of the provisioning template.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
A token to retrieve the next set of results.
|
void |
setTemplateName(String templateName)
The name of the provisioning template.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisioningTemplateVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListProvisioningTemplateVersionsRequest |
withNextToken(String nextToken)
A token to retrieve the next set of results.
|
ListProvisioningTemplateVersionsRequest |
withTemplateName(String templateName)
The name of the provisioning template.
|
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 ListProvisioningTemplateVersionsRequest()
public void setTemplateName(String templateName)
The name of the provisioning template.
templateName
- The name of the provisioning template.public String getTemplateName()
The name of the provisioning template.
public ListProvisioningTemplateVersionsRequest withTemplateName(String templateName)
The name of the provisioning template.
templateName
- The name of the provisioning template.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListProvisioningTemplateVersionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public void setNextToken(String nextToken)
A token to retrieve the next set of results.
nextToken
- A token to retrieve the next set of results.public String getNextToken()
A token to retrieve the next set of results.
public ListProvisioningTemplateVersionsRequest withNextToken(String nextToken)
A token to retrieve the next set of results.
nextToken
- A token to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListProvisioningTemplateVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()