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