#[non_exhaustive]pub struct UpdateSpaceOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSpaceOutput
.
Implementations§
source§impl UpdateSpaceOutputBuilder
impl UpdateSpaceOutputBuilder
sourcepub fn space_arn(self, input: impl Into<String>) -> Self
pub fn space_arn(self, input: impl Into<String>) -> Self
The space's Amazon Resource Name (ARN).
sourcepub fn set_space_arn(self, input: Option<String>) -> Self
pub fn set_space_arn(self, input: Option<String>) -> Self
The space's Amazon Resource Name (ARN).
sourcepub fn build(self) -> UpdateSpaceOutput
pub fn build(self) -> UpdateSpaceOutput
Consumes the builder and constructs a UpdateSpaceOutput
.
Trait Implementations§
source§impl Clone for UpdateSpaceOutputBuilder
impl Clone for UpdateSpaceOutputBuilder
source§fn clone(&self) -> UpdateSpaceOutputBuilder
fn clone(&self) -> UpdateSpaceOutputBuilder
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 UpdateSpaceOutputBuilder
impl Debug for UpdateSpaceOutputBuilder
source§impl Default for UpdateSpaceOutputBuilder
impl Default for UpdateSpaceOutputBuilder
source§fn default() -> UpdateSpaceOutputBuilder
fn default() -> UpdateSpaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateSpaceOutputBuilder> for UpdateSpaceOutputBuilder
impl PartialEq<UpdateSpaceOutputBuilder> for UpdateSpaceOutputBuilder
source§fn eq(&self, other: &UpdateSpaceOutputBuilder) -> bool
fn eq(&self, other: &UpdateSpaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.