@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceTemplateVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListServiceTemplateVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceTemplateVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMajorVersion()
To view a list of minor of versions under a major version of a service template, include
major Version. |
Integer |
getMaxResults()
The maximum number of major or minor versions of a service template to list.
|
String |
getNextToken()
A token that indicates the location of the next major or minor version in the array of major or minor versions of
a service template, after the list of major or minor versions that was previously requested.
|
String |
getTemplateName()
The name of the service template.
|
int |
hashCode() |
void |
setMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of a service template, include
major Version. |
void |
setMaxResults(Integer maxResults)
The maximum number of major or minor versions of a service template to list.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next major or minor version in the array of major or minor versions of
a service template, after the list of major or minor versions that was previously requested.
|
void |
setTemplateName(String templateName)
The name of the service template.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceTemplateVersionsRequest |
withMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of a service template, include
major Version. |
ListServiceTemplateVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of major or minor versions of a service template to list.
|
ListServiceTemplateVersionsRequest |
withNextToken(String nextToken)
A token that indicates the location of the next major or minor version in the array of major or minor versions of
a service template, after the list of major or minor versions that was previously requested.
|
ListServiceTemplateVersionsRequest |
withTemplateName(String templateName)
The name of the service 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, withSdkRequestTimeoutpublic void setMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
majorVersion - To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
public String getMajorVersion()
To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
major Version.
To view a list of major versions of a service template, exclude major Version.
public ListServiceTemplateVersionsRequest withMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
majorVersion - To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
public void setMaxResults(Integer maxResults)
The maximum number of major or minor versions of a service template to list.
maxResults - The maximum number of major or minor versions of a service template to list.public Integer getMaxResults()
The maximum number of major or minor versions of a service template to list.
public ListServiceTemplateVersionsRequest withMaxResults(Integer maxResults)
The maximum number of major or minor versions of a service template to list.
maxResults - The maximum number of major or minor versions of a service template to list.public void setNextToken(String nextToken)
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
nextToken - A token that indicates the location of the next major or minor version in the array of major or minor
versions of a service template, after the list of major or minor versions that was previously requested.public String getNextToken()
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
public ListServiceTemplateVersionsRequest withNextToken(String nextToken)
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
nextToken - A token that indicates the location of the next major or minor version in the array of major or minor
versions of a service template, after the list of major or minor versions that was previously requested.public void setTemplateName(String templateName)
The name of the service template.
templateName - The name of the service template.public String getTemplateName()
The name of the service template.
public ListServiceTemplateVersionsRequest withTemplateName(String templateName)
The name of the service template.
templateName - The name of the service template.public String toString()
toString in class ObjectObject.toString()public ListServiceTemplateVersionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()