@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningTemplateVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a fleet provision template version.
Constructor and Description |
---|
ProvisioningTemplateVersionSummary() |
Modifier and Type | Method and Description |
---|---|
ProvisioningTemplateVersionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date when the provisioning template version was created
|
Boolean |
getIsDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
|
Integer |
getVersionId()
The ID of the fleet provisioning template version.
|
int |
hashCode() |
Boolean |
isDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date when the provisioning template version was created
|
void |
setIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
|
void |
setVersionId(Integer versionId)
The ID of the fleet provisioning template version.
|
String |
toString()
Returns a string representation of this object.
|
ProvisioningTemplateVersionSummary |
withCreationDate(Date creationDate)
The date when the provisioning template version was created
|
ProvisioningTemplateVersionSummary |
withIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
|
ProvisioningTemplateVersionSummary |
withVersionId(Integer versionId)
The ID of the fleet provisioning template version.
|
public void setVersionId(Integer versionId)
The ID of the fleet provisioning template version.
versionId
- The ID of the fleet provisioning template version.public Integer getVersionId()
The ID of the fleet provisioning template version.
public ProvisioningTemplateVersionSummary withVersionId(Integer versionId)
The ID of the fleet provisioning template version.
versionId
- The ID of the fleet provisioning template version.public void setCreationDate(Date creationDate)
The date when the provisioning template version was created
creationDate
- The date when the provisioning template version was createdpublic Date getCreationDate()
The date when the provisioning template version was created
public ProvisioningTemplateVersionSummary withCreationDate(Date creationDate)
The date when the provisioning template version was created
creationDate
- The date when the provisioning template version was createdpublic void setIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
isDefaultVersion
- True if the provisioning template version is the default version, otherwise false.public Boolean getIsDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
public ProvisioningTemplateVersionSummary withIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
isDefaultVersion
- True if the provisioning template version is the default version, otherwise false.public Boolean isDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
public String toString()
toString
in class Object
Object.toString()
public ProvisioningTemplateVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.