@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProvisioningTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProvisioningTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CreateProvisioningTemplateResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getDefaultVersionId()
The default version of the fleet provisioning template.
|
String |
getTemplateArn()
The ARN that identifies the provisioning template.
|
String |
getTemplateName()
The name of the fleet provisioning template.
|
int |
hashCode() |
void |
setDefaultVersionId(Integer defaultVersionId)
The default version of the fleet provisioning template.
|
void |
setTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
|
void |
setTemplateName(String templateName)
The name of the fleet provisioning template.
|
String |
toString()
Returns a string representation of this object.
|
CreateProvisioningTemplateResult |
withDefaultVersionId(Integer defaultVersionId)
The default version of the fleet provisioning template.
|
CreateProvisioningTemplateResult |
withTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
|
CreateProvisioningTemplateResult |
withTemplateName(String templateName)
The name of the fleet provisioning template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
templateArn
- The ARN that identifies the provisioning template.public String getTemplateArn()
The ARN that identifies the provisioning template.
public CreateProvisioningTemplateResult withTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
templateArn
- The ARN that identifies the 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 CreateProvisioningTemplateResult withTemplateName(String templateName)
The name of the fleet provisioning template.
templateName
- The name of the fleet provisioning template.public void setDefaultVersionId(Integer defaultVersionId)
The default version of the fleet provisioning template.
defaultVersionId
- The default version of the fleet provisioning template.public Integer getDefaultVersionId()
The default version of the fleet provisioning template.
public CreateProvisioningTemplateResult withDefaultVersionId(Integer defaultVersionId)
The default version of the fleet provisioning template.
defaultVersionId
- The default version of the fleet provisioning template.public String toString()
toString
in class Object
Object.toString()
public CreateProvisioningTemplateResult clone()