@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProvisioningTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateProvisioningTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProvisioningTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDefaultVersionId()
The ID of the default provisioning template version.
|
String |
getDescription()
The description of the fleet provisioning template.
|
Boolean |
getEnabled()
True to enable the fleet provisioning template, otherwise false.
|
String |
getProvisioningRoleArn()
The ARN of the role associated with the provisioning template.
|
String |
getTemplateName()
The name of the fleet provisioning template.
|
int |
hashCode() |
Boolean |
isEnabled()
True to enable the fleet provisioning template, otherwise false.
|
void |
setDefaultVersionId(Integer defaultVersionId)
The ID of the default provisioning template version.
|
void |
setDescription(String description)
The description of the fleet provisioning template.
|
void |
setEnabled(Boolean enabled)
True to enable the fleet provisioning template, otherwise false.
|
void |
setProvisioningRoleArn(String provisioningRoleArn)
The ARN of the role associated with the provisioning template.
|
void |
setTemplateName(String templateName)
The name of the fleet provisioning template.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProvisioningTemplateRequest |
withDefaultVersionId(Integer defaultVersionId)
The ID of the default provisioning template version.
|
UpdateProvisioningTemplateRequest |
withDescription(String description)
The description of the fleet provisioning template.
|
UpdateProvisioningTemplateRequest |
withEnabled(Boolean enabled)
True to enable the fleet provisioning template, otherwise false.
|
UpdateProvisioningTemplateRequest |
withProvisioningRoleArn(String provisioningRoleArn)
The ARN of the role associated with the provisioning template.
|
UpdateProvisioningTemplateRequest |
withTemplateName(String templateName)
The name of the fleet provisioning template.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 UpdateProvisioningTemplateRequest 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 UpdateProvisioningTemplateRequest withDescription(String description)
The description of the fleet provisioning template.
description - The description of the fleet provisioning template.public void setEnabled(Boolean enabled)
True to enable the fleet provisioning template, otherwise false.
enabled - True to enable the fleet provisioning template, otherwise false.public Boolean getEnabled()
True to enable the fleet provisioning template, otherwise false.
public UpdateProvisioningTemplateRequest withEnabled(Boolean enabled)
True to enable the fleet provisioning template, otherwise false.
enabled - True to enable the fleet provisioning template, otherwise false.public Boolean isEnabled()
True to enable the fleet provisioning template, otherwise false.
public void setDefaultVersionId(Integer defaultVersionId)
The ID of the default provisioning template version.
defaultVersionId - The ID of the default provisioning template version.public Integer getDefaultVersionId()
The ID of the default provisioning template version.
public UpdateProvisioningTemplateRequest withDefaultVersionId(Integer defaultVersionId)
The ID of the default provisioning template version.
defaultVersionId - The ID of the default provisioning template version.public void setProvisioningRoleArn(String provisioningRoleArn)
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
provisioningRoleArn - The ARN of the role associated with the provisioning template. This IoT role grants permission to
provision a device.public String getProvisioningRoleArn()
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
public UpdateProvisioningTemplateRequest withProvisioningRoleArn(String provisioningRoleArn)
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
provisioningRoleArn - The ARN of the role associated with the provisioning template. This IoT role grants permission to
provision a device.public String toString()
toString in class ObjectObject.toString()public UpdateProvisioningTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.