@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisioningTemplateVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeProvisioningTemplateVersionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeProvisioningTemplateVersionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getTemplateName()
 The template name. | 
| Integer | getVersionId()
 The fleet provisioning template version ID. | 
| int | hashCode() | 
| void | setTemplateName(String templateName)
 The template name. | 
| void | setVersionId(Integer versionId)
 The fleet provisioning template version ID. | 
| String | toString()Returns a string representation of this object. | 
| DescribeProvisioningTemplateVersionRequest | withTemplateName(String templateName)
 The template name. | 
| DescribeProvisioningTemplateVersionRequest | withVersionId(Integer versionId)
 The fleet provisioning template version ID. | 
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 DescribeProvisioningTemplateVersionRequest()
public void setTemplateName(String templateName)
The template name.
templateName - The template name.public String getTemplateName()
The template name.
public DescribeProvisioningTemplateVersionRequest withTemplateName(String templateName)
The template name.
templateName - The template name.public void setVersionId(Integer versionId)
The fleet provisioning template version ID.
versionId - The fleet provisioning template version ID.public Integer getVersionId()
The fleet provisioning template version ID.
public DescribeProvisioningTemplateVersionRequest withVersionId(Integer versionId)
The fleet provisioning template version ID.
versionId - The fleet provisioning template version ID.public String toString()
toString in class ObjectObject.toString()public DescribeProvisioningTemplateVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()