public class DescribeProvisioningTemplateVersionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeProvisioningTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
The date when the fleet provisioning template version was created.
|
java.lang.Boolean |
getIsDefaultVersion()
True if the fleet provisioning template version is the default version.
|
java.lang.String |
getTemplateBody()
The JSON formatted contents of the fleet provisioning template version.
|
java.lang.Integer |
getVersionId()
The fleet provisioning template version ID.
|
int |
hashCode() |
java.lang.Boolean |
isIsDefaultVersion()
True if the fleet provisioning template version is the default version.
|
void |
setCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template version was created.
|
void |
setIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version.
|
void |
setTemplateBody(java.lang.String templateBody)
The JSON formatted contents of the fleet provisioning template version.
|
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.
|
DescribeProvisioningTemplateVersionResult |
withCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template version was created.
|
DescribeProvisioningTemplateVersionResult |
withIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version.
|
DescribeProvisioningTemplateVersionResult |
withTemplateBody(java.lang.String templateBody)
The JSON formatted contents of the fleet provisioning template version.
|
DescribeProvisioningTemplateVersionResult |
withVersionId(java.lang.Integer versionId)
The fleet provisioning template version ID.
|
public DescribeProvisioningTemplateVersionResult()
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 DescribeProvisioningTemplateVersionResult 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.util.Date getCreationDate()
The date when the fleet provisioning template version was created.
The date when the fleet provisioning template version was created.
public void setCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template version was created.
creationDate
- The date when the fleet provisioning template version was created.
public DescribeProvisioningTemplateVersionResult withCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template version was created.
Returns a reference to this object so that method calls can be chained together.
creationDate
- The date when the fleet provisioning template version was created.
public java.lang.String getTemplateBody()
The JSON formatted contents of the fleet provisioning template version.
The JSON formatted contents of the fleet provisioning template version.
public void setTemplateBody(java.lang.String templateBody)
The JSON formatted contents of the fleet provisioning template version.
templateBody
- The JSON formatted contents of the fleet provisioning template version.
public DescribeProvisioningTemplateVersionResult withTemplateBody(java.lang.String templateBody)
The JSON formatted contents of the fleet provisioning template version.
Returns a reference to this object so that method calls can be chained together.
templateBody
- The JSON formatted contents of the fleet provisioning template version.
public java.lang.Boolean isIsDefaultVersion()
True if the fleet provisioning template version is the default version.
True if the fleet provisioning template version is the default version.
public java.lang.Boolean getIsDefaultVersion()
True if the fleet provisioning template version is the default version.
True if the fleet provisioning template version is the default version.
public void setIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version.
isDefaultVersion
- True if the fleet provisioning template version is the default version.
public DescribeProvisioningTemplateVersionResult withIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version.
Returns a reference to this object so that method calls can be chained together.
isDefaultVersion
- True if the fleet provisioning template version is the default version.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.