@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisioningTemplateVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProvisioningTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProvisioningTemplateVersionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date when the fleet provisioning template version was created.
|
Boolean |
getIsDefaultVersion()
True if the fleet provisioning template version is the default version.
|
String |
getTemplateBody()
The JSON formatted contents of the fleet provisioning template version.
|
Integer |
getVersionId()
The fleet provisioning template version ID.
|
int |
hashCode() |
Boolean |
isDefaultVersion()
True if the fleet provisioning template version is the default version.
|
void |
setCreationDate(Date creationDate)
The date when the fleet provisioning template version was created.
|
void |
setIsDefaultVersion(Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version.
|
void |
setTemplateBody(String templateBody)
The JSON formatted contents of the fleet provisioning template version.
|
void |
setVersionId(Integer versionId)
The fleet provisioning template version ID.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProvisioningTemplateVersionResult |
withCreationDate(Date creationDate)
The date when the fleet provisioning template version was created.
|
DescribeProvisioningTemplateVersionResult |
withIsDefaultVersion(Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version.
|
DescribeProvisioningTemplateVersionResult |
withTemplateBody(String templateBody)
The JSON formatted contents of the fleet provisioning template version.
|
DescribeProvisioningTemplateVersionResult |
withVersionId(Integer versionId)
The fleet provisioning template version ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeProvisioningTemplateVersionResult()
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 DescribeProvisioningTemplateVersionResult withVersionId(Integer versionId)
The fleet provisioning template version ID.
versionId
- The fleet provisioning template version ID.public void setCreationDate(Date creationDate)
The date when the fleet provisioning template version was created.
creationDate
- The date when the fleet provisioning template version was created.public Date getCreationDate()
The date when the fleet provisioning template version was created.
public DescribeProvisioningTemplateVersionResult withCreationDate(Date creationDate)
The date when the fleet provisioning template version was created.
creationDate
- The date when the fleet provisioning template version was created.public void setTemplateBody(String templateBody)
The JSON formatted contents of the fleet provisioning template version.
templateBody
- The JSON formatted contents of the fleet provisioning template version.public String getTemplateBody()
The JSON formatted contents of the fleet provisioning template version.
public DescribeProvisioningTemplateVersionResult withTemplateBody(String templateBody)
The JSON formatted contents of the fleet provisioning template version.
templateBody
- The JSON formatted contents of the fleet provisioning template version.public void setIsDefaultVersion(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 Boolean getIsDefaultVersion()
True if the fleet provisioning template version is the default version.
public DescribeProvisioningTemplateVersionResult withIsDefaultVersion(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 Boolean isDefaultVersion()
True if the fleet provisioning template version is the default version.
public String toString()
toString
in class Object
Object.toString()
public DescribeProvisioningTemplateVersionResult clone()