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