Struct aws_sdk_sagemaker::operation::create_space::CreateSpaceInput
source · #[non_exhaustive]pub struct CreateSpaceInput { /* private fields */ }
Implementations§
source§impl CreateSpaceInput
impl CreateSpaceInput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search
API.
sourcepub fn space_settings(&self) -> Option<&SpaceSettings>
pub fn space_settings(&self) -> Option<&SpaceSettings>
A collection of space settings.
source§impl CreateSpaceInput
impl CreateSpaceInput
sourcepub fn builder() -> CreateSpaceInputBuilder
pub fn builder() -> CreateSpaceInputBuilder
Creates a new builder-style object to manufacture CreateSpaceInput
.
source§impl CreateSpaceInput
impl CreateSpaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSpace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateSpace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSpace
>
Trait Implementations§
source§impl Clone for CreateSpaceInput
impl Clone for CreateSpaceInput
source§fn clone(&self) -> CreateSpaceInput
fn clone(&self) -> CreateSpaceInput
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 CreateSpaceInput
impl Debug for CreateSpaceInput
source§impl PartialEq<CreateSpaceInput> for CreateSpaceInput
impl PartialEq<CreateSpaceInput> for CreateSpaceInput
source§fn eq(&self, other: &CreateSpaceInput) -> bool
fn eq(&self, other: &CreateSpaceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateSpaceInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateSpaceInput
impl Send for CreateSpaceInput
impl Sync for CreateSpaceInput
impl Unpin for CreateSpaceInput
impl UnwindSafe for CreateSpaceInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more