Struct aws_sdk_sagemaker::operation::update_image::UpdateImageInput
source · #[non_exhaustive]pub struct UpdateImageInput { /* private fields */ }
Implementations§
source§impl UpdateImageInput
impl UpdateImageInput
sourcepub fn delete_properties(&self) -> Option<&[String]>
pub fn delete_properties(&self) -> Option<&[String]>
A list of properties to delete. Only the Description
and DisplayName
properties can be deleted.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The new description for the image.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The new display name for the image.
sourcepub fn image_name(&self) -> Option<&str>
pub fn image_name(&self) -> Option<&str>
The name of the image to update.
source§impl UpdateImageInput
impl UpdateImageInput
sourcepub fn builder() -> UpdateImageInputBuilder
pub fn builder() -> UpdateImageInputBuilder
Creates a new builder-style object to manufacture UpdateImageInput
.
source§impl UpdateImageInput
impl UpdateImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateImage
>
Trait Implementations§
source§impl Clone for UpdateImageInput
impl Clone for UpdateImageInput
source§fn clone(&self) -> UpdateImageInput
fn clone(&self) -> UpdateImageInput
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 UpdateImageInput
impl Debug for UpdateImageInput
source§impl PartialEq<UpdateImageInput> for UpdateImageInput
impl PartialEq<UpdateImageInput> for UpdateImageInput
source§fn eq(&self, other: &UpdateImageInput) -> bool
fn eq(&self, other: &UpdateImageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.