public class CreateProvisioningTemplateResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateProvisioningTemplateResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDefaultVersionId()
The default version of the fleet provisioning template.
|
java.lang.String |
getTemplateArn()
The ARN that identifies the provisioning template.
|
java.lang.String |
getTemplateName()
The name of the fleet provisioning template.
|
int |
hashCode() |
void |
setDefaultVersionId(java.lang.Integer defaultVersionId)
The default version of the fleet provisioning template.
|
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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateProvisioningTemplateResult |
withDefaultVersionId(java.lang.Integer defaultVersionId)
The default version of the fleet provisioning template.
|
CreateProvisioningTemplateResult |
withTemplateArn(java.lang.String templateArn)
The ARN that identifies the provisioning template.
|
CreateProvisioningTemplateResult |
withTemplateName(java.lang.String templateName)
The name of the fleet provisioning template.
|
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 CreateProvisioningTemplateResult 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 CreateProvisioningTemplateResult 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 getDefaultVersionId()
The default version of the fleet provisioning template.
The default version of the fleet provisioning template.
public void setDefaultVersionId(java.lang.Integer defaultVersionId)
The default version of the fleet provisioning template.
defaultVersionId
- The default version of the fleet provisioning template.
public CreateProvisioningTemplateResult withDefaultVersionId(java.lang.Integer defaultVersionId)
The default version of the fleet provisioning template.
Returns a reference to this object so that method calls can be chained together.
defaultVersionId
- The default version of the fleet provisioning template.
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.