#[non_exhaustive]pub struct UpdateProvisioningTemplateInput { /* private fields */ }
Implementations§
source§impl UpdateProvisioningTemplateInput
impl UpdateProvisioningTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProvisioningTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProvisioningTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateProvisioningTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProvisioningTemplateInput
.
source§impl UpdateProvisioningTemplateInput
impl UpdateProvisioningTemplateInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the provisioning template.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the provisioning template.
sourcepub fn default_version_id(&self) -> Option<i32>
pub fn default_version_id(&self) -> Option<i32>
The ID of the default provisioning template version.
sourcepub fn provisioning_role_arn(&self) -> Option<&str>
pub fn provisioning_role_arn(&self) -> Option<&str>
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
sourcepub fn pre_provisioning_hook(&self) -> Option<&ProvisioningHook>
pub fn pre_provisioning_hook(&self) -> Option<&ProvisioningHook>
Updates the pre-provisioning hook template. Only supports template of type FLEET_PROVISIONING
. For more information about provisioning template types, see type.
sourcepub fn remove_pre_provisioning_hook(&self) -> Option<bool>
pub fn remove_pre_provisioning_hook(&self) -> Option<bool>
Removes pre-provisioning hook template.
Trait Implementations§
source§impl Clone for UpdateProvisioningTemplateInput
impl Clone for UpdateProvisioningTemplateInput
source§fn clone(&self) -> UpdateProvisioningTemplateInput
fn clone(&self) -> UpdateProvisioningTemplateInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateProvisioningTemplateInput> for UpdateProvisioningTemplateInput
impl PartialEq<UpdateProvisioningTemplateInput> for UpdateProvisioningTemplateInput
source§fn eq(&self, other: &UpdateProvisioningTemplateInput) -> bool
fn eq(&self, other: &UpdateProvisioningTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.