@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningTemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a fleet provisioning template.
Constructor and Description |
---|
ProvisioningTemplateSummary() |
Modifier and Type | Method and Description |
---|---|
ProvisioningTemplateSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date when the fleet provisioning template summary was created.
|
String |
getDescription()
The description of the fleet provisioning template.
|
Boolean |
getEnabled()
True if the fleet provision template is enabled, otherwise false.
|
Date |
getLastModifiedDate()
The date when the fleet provisioning template summary was last modified.
|
String |
getTemplateArn()
The ARN of the fleet provisioning template.
|
String |
getTemplateName()
The name of the fleet provisioning template.
|
int |
hashCode() |
Boolean |
isEnabled()
True if the fleet provision template is enabled, otherwise false.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date when the fleet provisioning template summary was created.
|
void |
setDescription(String description)
The description of the fleet provisioning template.
|
void |
setEnabled(Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
|
void |
setTemplateArn(String templateArn)
The ARN of the fleet provisioning template.
|
void |
setTemplateName(String templateName)
The name of the fleet provisioning template.
|
String |
toString()
Returns a string representation of this object.
|
ProvisioningTemplateSummary |
withCreationDate(Date creationDate)
The date when the fleet provisioning template summary was created.
|
ProvisioningTemplateSummary |
withDescription(String description)
The description of the fleet provisioning template.
|
ProvisioningTemplateSummary |
withEnabled(Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
|
ProvisioningTemplateSummary |
withLastModifiedDate(Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
|
ProvisioningTemplateSummary |
withTemplateArn(String templateArn)
The ARN of the fleet provisioning template.
|
ProvisioningTemplateSummary |
withTemplateName(String templateName)
The name of the fleet provisioning template.
|
public void setTemplateArn(String templateArn)
The ARN of the fleet provisioning template.
templateArn
- The ARN of the fleet provisioning template.public String getTemplateArn()
The ARN of the fleet provisioning template.
public ProvisioningTemplateSummary withTemplateArn(String templateArn)
The ARN of the fleet provisioning template.
templateArn
- The ARN of the fleet provisioning template.public void setTemplateName(String templateName)
The name of the fleet provisioning template.
templateName
- The name of the fleet provisioning template.public String getTemplateName()
The name of the fleet provisioning template.
public ProvisioningTemplateSummary withTemplateName(String templateName)
The name of the fleet provisioning template.
templateName
- The name of the fleet provisioning template.public void setDescription(String description)
The description of the fleet provisioning template.
description
- The description of the fleet provisioning template.public String getDescription()
The description of the fleet provisioning template.
public ProvisioningTemplateSummary withDescription(String description)
The description of the fleet provisioning template.
description
- The description of the fleet provisioning template.public void setCreationDate(Date creationDate)
The date when the fleet provisioning template summary was created.
creationDate
- The date when the fleet provisioning template summary was created.public Date getCreationDate()
The date when the fleet provisioning template summary was created.
public ProvisioningTemplateSummary withCreationDate(Date creationDate)
The date when the fleet provisioning template summary was created.
creationDate
- The date when the fleet provisioning template summary was created.public void setLastModifiedDate(Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
lastModifiedDate
- The date when the fleet provisioning template summary was last modified.public Date getLastModifiedDate()
The date when the fleet provisioning template summary was last modified.
public ProvisioningTemplateSummary withLastModifiedDate(Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
lastModifiedDate
- The date when the fleet provisioning template summary was last modified.public void setEnabled(Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
enabled
- True if the fleet provision template is enabled, otherwise false.public Boolean getEnabled()
True if the fleet provision template is enabled, otherwise false.
public ProvisioningTemplateSummary withEnabled(Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
enabled
- True if the fleet provision template is enabled, otherwise false.public Boolean isEnabled()
True if the fleet provision template is enabled, otherwise false.
public String toString()
toString
in class Object
Object.toString()
public ProvisioningTemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.