public class CreateProvisioningTemplateVersionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateProvisioningTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIsDefaultVersion()
True if the fleet provisioning template version is the default version,
otherwise false.
|
java.lang.String |
getTemplateArn()
The ARN that identifies the provisioning template.
|
java.lang.String |
getTemplateName()
The name of the fleet provisioning template.
|
java.lang.Integer |
getVersionId()
The version of the fleet provisioning template.
|
int |
hashCode() |
java.lang.Boolean |
isIsDefaultVersion()
True if the fleet provisioning template version is the default version,
otherwise false.
|
void |
setIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version,
otherwise false.
|
void |
setTemplateArn(java.lang.String templateArn)
The ARN that identifies the provisioning template.
|
void |
setTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
|
void |
setVersionId(java.lang.Integer versionId)
The version of the fleet provisioning template.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateProvisioningTemplateVersionResult |
withIsDefaultVersion(java.lang.Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version,
otherwise false.
|
CreateProvisioningTemplateVersionResult |
withTemplateArn(java.lang.String templateArn)
The ARN that identifies the provisioning template.
|
CreateProvisioningTemplateVersionResult |
withTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
|
CreateProvisioningTemplateVersionResult |
withVersionId(java.lang.Integer versionId)
The version of the fleet provisioning template.
|
public CreateProvisioningTemplateVersionResult()
public java.lang.String getTemplateArn()
The ARN that identifies the provisioning template.
The ARN that identifies the provisioning template.
public void setTemplateArn(java.lang.String templateArn)
The ARN that identifies the provisioning template.
templateArn
- The ARN that identifies the provisioning template.
public CreateProvisioningTemplateVersionResult withTemplateArn(java.lang.String templateArn)
The ARN that identifies the provisioning template.
Returns a reference to this object so that method calls can be chained together.
templateArn
- The ARN that identifies the 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 CreateProvisioningTemplateVersionResult 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.Integer getVersionId()
The version of the fleet provisioning template.
The version of the fleet provisioning template.
public void setVersionId(java.lang.Integer versionId)
The version of the fleet provisioning template.
versionId
- The version of the fleet provisioning template.
public CreateProvisioningTemplateVersionResult withVersionId(java.lang.Integer versionId)
The version of the fleet provisioning template.
Returns a reference to this object so that method calls can be chained together.
versionId
- The version of the fleet provisioning template.
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 CreateProvisioningTemplateVersionResult 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.