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