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