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