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