@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentTemplateVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnvironmentTemplateVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplateVersionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMajorVersion()
To view a list of minor of versions under a major version of an environment template, include
majorVersion. |
Integer |
getMaxResults()
The maximum number of major or minor versions of an environment template to list.
|
String |
getNextToken()
A token to indicate the location of the next major or minor version in the array of major or minor versions of an
environment template, after the list of major or minor versions that was previously requested.
|
String |
getTemplateName()
The name of the environment template.
|
int |
hashCode() |
void |
setMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
majorVersion. |
void |
setMaxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
|
void |
setNextToken(String nextToken)
A token to indicate the location of the next major or minor version in the array of major or minor versions of an
environment template, after the list of major or minor versions that was previously requested.
|
void |
setTemplateName(String templateName)
The name of the environment template.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentTemplateVersionsRequest |
withMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
majorVersion. |
ListEnvironmentTemplateVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
|
ListEnvironmentTemplateVersionsRequest |
withNextToken(String nextToken)
A token to indicate the location of the next major or minor version in the array of major or minor versions of an
environment template, after the list of major or minor versions that was previously requested.
|
ListEnvironmentTemplateVersionsRequest |
withTemplateName(String templateName)
The name of the environment template.
|
addHandlerContext, copyBaseTo, 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 ListEnvironmentTemplateVersionsRequest()
public void setMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
majorVersion.
To view a list of major versions of an environment template, exclude majorVersion.
majorVersion - To view a list of minor of versions under a major version of an environment template, include
majorVersion.
To view a list of major versions of an environment template, exclude majorVersion.
public String getMajorVersion()
To view a list of minor of versions under a major version of an environment template, include
majorVersion.
To view a list of major versions of an environment template, exclude majorVersion.
majorVersion.
To view a list of major versions of an environment template, exclude majorVersion.
public ListEnvironmentTemplateVersionsRequest withMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
majorVersion.
To view a list of major versions of an environment template, exclude majorVersion.
majorVersion - To view a list of minor of versions under a major version of an environment template, include
majorVersion.
To view a list of major versions of an environment template, exclude majorVersion.
public void setMaxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
maxResults - The maximum number of major or minor versions of an environment template to list.public Integer getMaxResults()
The maximum number of major or minor versions of an environment template to list.
public ListEnvironmentTemplateVersionsRequest withMaxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
maxResults - The maximum number of major or minor versions of an environment template to list.public void setNextToken(String nextToken)
A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.
nextToken - A token to indicate the location of the next major or minor version in the array of major or minor
versions of an environment template, after the list of major or minor versions that was previously
requested.public String getNextToken()
A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.
public ListEnvironmentTemplateVersionsRequest withNextToken(String nextToken)
A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.
nextToken - A token to indicate the location of the next major or minor version in the array of major or minor
versions of an environment template, after the list of major or minor versions that was previously
requested.public void setTemplateName(String templateName)
The name of the environment template.
templateName - The name of the environment template.public String getTemplateName()
The name of the environment template.
public ListEnvironmentTemplateVersionsRequest withTemplateName(String templateName)
The name of the environment template.
templateName - The name of the environment template.public String toString()
toString in class ObjectObject.toString()public ListEnvironmentTemplateVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.