public class DescribeProvisioningTemplateVersionRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns information about a fleet provisioning template version.
| Constructor and Description |
|---|
DescribeProvisioningTemplateVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTemplateName()
The template name.
|
java.lang.Integer |
getVersionId()
The fleet provisioning template version ID.
|
int |
hashCode() |
void |
setTemplateName(java.lang.String templateName)
The template name.
|
void |
setVersionId(java.lang.Integer versionId)
The fleet provisioning template version ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeProvisioningTemplateVersionRequest |
withTemplateName(java.lang.String templateName)
The template name.
|
DescribeProvisioningTemplateVersionRequest |
withVersionId(java.lang.Integer versionId)
The fleet provisioning template version ID.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeProvisioningTemplateVersionRequest()
public java.lang.String getTemplateName()
The template name.
Constraints:
Length: 1 - 36
Pattern: ^[0-9A-Za-z_-]+$
The template name.
public void setTemplateName(java.lang.String templateName)
The template name.
Constraints:
Length: 1 - 36
Pattern: ^[0-9A-Za-z_-]+$
templateName - The template name.
public DescribeProvisioningTemplateVersionRequest withTemplateName(java.lang.String templateName)
The template name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 36
Pattern: ^[0-9A-Za-z_-]+$
templateName - The template name.
public java.lang.Integer getVersionId()
The fleet provisioning template version ID.
The fleet provisioning template version ID.
public void setVersionId(java.lang.Integer versionId)
The fleet provisioning template version ID.
versionId - The fleet provisioning template version ID.
public DescribeProvisioningTemplateVersionRequest withVersionId(java.lang.Integer versionId)
The fleet provisioning template version ID.
Returns a reference to this object so that method calls can be chained together.
versionId - The fleet provisioning template version ID.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.