@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()
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 an environment template, include
major Version . |
Integer |
getMaxResults()
The maximum number of major or minor versions of an environment 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
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
major Version . |
void |
setMaxResults(Integer maxResults)
The maximum number of major or minor versions of an environment 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
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
major Version . |
ListEnvironmentTemplateVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
|
ListEnvironmentTemplateVersionsRequest |
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
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, 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 ListEnvironmentTemplateVersionsRequest()
public void setMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
major Version
.
To view a list of major versions of an environment template, exclude major Version
.
majorVersion
- To view a list of minor of versions under a major version of an environment template, include
major Version
.
To view a list of major versions of an environment template, exclude major Version
.
public String getMajorVersion()
To view a list of minor of versions under a major version of an environment template, include
major Version
.
To view a list of major versions of an environment template, exclude major Version
.
major Version
.
To view a list of major versions of an environment template, exclude major Version
.
public ListEnvironmentTemplateVersionsRequest withMajorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
major Version
.
To view a list of major versions of an environment template, exclude major Version
.
majorVersion
- To view a list of minor of versions under a major version of an environment template, include
major Version
.
To view a list of major versions of an environment template, exclude major Version
.
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 that indicates 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 that indicates 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 that indicates 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 that indicates 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 that indicates 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 Object
Object.toString()
public ListEnvironmentTemplateVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()