#[non_exhaustive]pub struct DeleteServiceTemplateVersionInput { /* private fields */ }
Implementations
sourceimpl DeleteServiceTemplateVersionInput
impl DeleteServiceTemplateVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteServiceTemplateVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteServiceTemplateVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteServiceTemplateVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteServiceTemplateVersionInput
.
sourceimpl DeleteServiceTemplateVersionInput
impl DeleteServiceTemplateVersionInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the service template.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
The service template major version to delete.
sourcepub fn minor_version(&self) -> Option<&str>
pub fn minor_version(&self) -> Option<&str>
The service template minor version to delete.
Trait Implementations
sourceimpl Clone for DeleteServiceTemplateVersionInput
impl Clone for DeleteServiceTemplateVersionInput
sourcefn clone(&self) -> DeleteServiceTemplateVersionInput
fn clone(&self) -> DeleteServiceTemplateVersionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteServiceTemplateVersionInput> for DeleteServiceTemplateVersionInput
impl PartialEq<DeleteServiceTemplateVersionInput> for DeleteServiceTemplateVersionInput
sourcefn eq(&self, other: &DeleteServiceTemplateVersionInput) -> bool
fn eq(&self, other: &DeleteServiceTemplateVersionInput) -> bool
impl StructuralPartialEq for DeleteServiceTemplateVersionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteServiceTemplateVersionInput
impl Send for DeleteServiceTemplateVersionInput
impl Sync for DeleteServiceTemplateVersionInput
impl Unpin for DeleteServiceTemplateVersionInput
impl UnwindSafe for DeleteServiceTemplateVersionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more