#[non_exhaustive]pub struct DeleteProvisioningTemplateInput { /* private fields */ }
Implementations§
source§impl DeleteProvisioningTemplateInput
impl DeleteProvisioningTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteProvisioningTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteProvisioningTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteProvisioningTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteProvisioningTemplateInput
.
source§impl DeleteProvisioningTemplateInput
impl DeleteProvisioningTemplateInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the fleet provision template to delete.
Trait Implementations§
source§impl Clone for DeleteProvisioningTemplateInput
impl Clone for DeleteProvisioningTemplateInput
source§fn clone(&self) -> DeleteProvisioningTemplateInput
fn clone(&self) -> DeleteProvisioningTemplateInput
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<DeleteProvisioningTemplateInput> for DeleteProvisioningTemplateInput
impl PartialEq<DeleteProvisioningTemplateInput> for DeleteProvisioningTemplateInput
source§fn eq(&self, other: &DeleteProvisioningTemplateInput) -> bool
fn eq(&self, other: &DeleteProvisioningTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.