public class ProvisioningTemplateSummary
extends java.lang.Object
implements java.io.Serializable
A summary of information about a fleet provisioning template.
Constructor and Description |
---|
ProvisioningTemplateSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
The date when the fleet provisioning template summary was created.
|
java.lang.String |
getDescription()
The description of the fleet provisioning template.
|
java.lang.Boolean |
getEnabled()
True if the fleet provision template is enabled, otherwise false.
|
java.util.Date |
getLastModifiedDate()
The date when the fleet provisioning template summary was last modified.
|
java.lang.String |
getTemplateArn()
The ARN of the fleet provisioning template.
|
java.lang.String |
getTemplateName()
The name of the fleet provisioning template.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
True if the fleet provision template is enabled, otherwise false.
|
void |
setCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template summary was created.
|
void |
setDescription(java.lang.String description)
The description of the fleet provisioning template.
|
void |
setEnabled(java.lang.Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
|
void |
setTemplateArn(java.lang.String templateArn)
The ARN of the fleet provisioning template.
|
void |
setTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisioningTemplateSummary |
withCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template summary was created.
|
ProvisioningTemplateSummary |
withDescription(java.lang.String description)
The description of the fleet provisioning template.
|
ProvisioningTemplateSummary |
withEnabled(java.lang.Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
|
ProvisioningTemplateSummary |
withLastModifiedDate(java.util.Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
|
ProvisioningTemplateSummary |
withTemplateArn(java.lang.String templateArn)
The ARN of the fleet provisioning template.
|
ProvisioningTemplateSummary |
withTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
|
public java.lang.String getTemplateArn()
The ARN of the fleet provisioning template.
The ARN of the fleet provisioning template.
public void setTemplateArn(java.lang.String templateArn)
The ARN of the fleet provisioning template.
templateArn
- The ARN of the fleet provisioning template.
public ProvisioningTemplateSummary withTemplateArn(java.lang.String templateArn)
The ARN of the fleet provisioning template.
Returns a reference to this object so that method calls can be chained together.
templateArn
- The ARN of the fleet provisioning template.
public java.lang.String getTemplateName()
The name of the fleet provisioning template.
Constraints:
Length: 1 - 36
Pattern: ^[0-9A-Za-z_-]+$
The name of the fleet provisioning template.
public void setTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
Constraints:
Length: 1 - 36
Pattern: ^[0-9A-Za-z_-]+$
templateName
- The name of the fleet provisioning template.
public ProvisioningTemplateSummary withTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 36
Pattern: ^[0-9A-Za-z_-]+$
templateName
- The name of the fleet provisioning template.
public java.lang.String getDescription()
The description of the fleet provisioning template.
Constraints:
Length: 0 - 500
Pattern: [^\p{C}]*
The description of the fleet provisioning template.
public void setDescription(java.lang.String description)
The description of the fleet provisioning template.
Constraints:
Length: 0 - 500
Pattern: [^\p{C}]*
description
- The description of the fleet provisioning template.
public ProvisioningTemplateSummary withDescription(java.lang.String description)
The description of the fleet provisioning template.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 500
Pattern: [^\p{C}]*
description
- The description of the fleet provisioning template.
public java.util.Date getCreationDate()
The date when the fleet provisioning template summary was created.
The date when the fleet provisioning template summary was created.
public void setCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template summary was created.
creationDate
- The date when the fleet provisioning template summary was created.
public ProvisioningTemplateSummary withCreationDate(java.util.Date creationDate)
The date when the fleet provisioning template summary was created.
Returns a reference to this object so that method calls can be chained together.
creationDate
- The date when the fleet provisioning template summary was created.
public java.util.Date getLastModifiedDate()
The date when the fleet provisioning template summary was last modified.
The date when the fleet provisioning template summary was last modified.
public void setLastModifiedDate(java.util.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 ProvisioningTemplateSummary withLastModifiedDate(java.util.Date lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate
- The date when the fleet provisioning template summary was last modified.
public java.lang.Boolean isEnabled()
True if the fleet provision template is enabled, otherwise false.
True if the fleet provision template is enabled, otherwise false.
public java.lang.Boolean getEnabled()
True if the fleet provision template is enabled, otherwise false.
True if the fleet provision template is enabled, otherwise false.
public void setEnabled(java.lang.Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
enabled
- True if the fleet provision template is enabled, otherwise false.
public ProvisioningTemplateSummary withEnabled(java.lang.Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
Returns a reference to this object so that method calls can be chained together.
enabled
- True if the fleet provision template is enabled, 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.