public class ProvisioningTemplateVersionSummary
extends java.lang.Object
implements java.io.Serializable
A summary of information about a fleet provision template version.
Constructor and Description |
---|
ProvisioningTemplateVersionSummary() |
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,
otherwise false.
|
java.lang.Integer |
getVersionId()
The ID of the fleet privisioning template version.
|
int |
hashCode() |
java.lang.Boolean |
isIsDefaultVersion()
True if the fleet provisioning template version is the default version,
otherwise false.
|
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,
otherwise false.
|
void |
setVersionId(java.lang.Integer versionId)
The ID of the fleet privisioning template version.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisioningTemplateVersionSummary |
withCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template version was created
|
ProvisioningTemplateVersionSummary |
withIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version,
otherwise false.
|
ProvisioningTemplateVersionSummary |
withVersionId(java.lang.Integer versionId)
The ID of the fleet privisioning template version.
|
public java.lang.Integer getVersionId()
The ID of the fleet privisioning template version.
The ID of the fleet privisioning template version.
public void setVersionId(java.lang.Integer versionId)
The ID of the fleet privisioning template version.
versionId
- The ID of the fleet privisioning template version.
public ProvisioningTemplateVersionSummary withVersionId(java.lang.Integer versionId)
The ID of the fleet privisioning template version.
Returns a reference to this object so that method calls can be chained together.
versionId
- The ID of the fleet privisioning template version.
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 ProvisioningTemplateVersionSummary 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.Boolean isIsDefaultVersion()
True if the fleet provisioning template version is the default version, otherwise false.
True if the fleet provisioning template version is the default version, otherwise false.
public java.lang.Boolean getIsDefaultVersion()
True if the fleet provisioning template version is the default version, otherwise false.
True if the fleet provisioning template version is the default version, otherwise false.
public void setIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version, otherwise false.
isDefaultVersion
- True if the fleet provisioning template version is the default version, otherwise false.
public ProvisioningTemplateVersionSummary withIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version, otherwise false.
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, otherwise false.
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.