#[non_exhaustive]pub struct DescribeSpaceOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeSpaceOutput
.
Implementations§
source§impl DescribeSpaceOutputBuilder
impl DescribeSpaceOutputBuilder
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The ID of the associated Domain.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The ID of the associated Domain.
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 get_space_arn(&self) -> &Option<String>
pub fn get_space_arn(&self) -> &Option<String>
The space's Amazon Resource Name (ARN).
sourcepub fn space_name(self, input: impl Into<String>) -> Self
pub fn space_name(self, input: impl Into<String>) -> Self
The name of the space.
sourcepub fn set_space_name(self, input: Option<String>) -> Self
pub fn set_space_name(self, input: Option<String>) -> Self
The name of the space.
sourcepub fn get_space_name(&self) -> &Option<String>
pub fn get_space_name(&self) -> &Option<String>
The name of the space.
sourcepub fn home_efs_file_system_uid(self, input: impl Into<String>) -> Self
pub fn home_efs_file_system_uid(self, input: impl Into<String>) -> Self
The ID of the space's profile in the Amazon Elastic File System volume.
sourcepub fn set_home_efs_file_system_uid(self, input: Option<String>) -> Self
pub fn set_home_efs_file_system_uid(self, input: Option<String>) -> Self
The ID of the space's profile in the Amazon Elastic File System volume.
sourcepub fn get_home_efs_file_system_uid(&self) -> &Option<String>
pub fn get_home_efs_file_system_uid(&self) -> &Option<String>
The ID of the space's profile in the Amazon Elastic File System volume.
sourcepub fn status(self, input: SpaceStatus) -> Self
pub fn status(self, input: SpaceStatus) -> Self
The status.
sourcepub fn set_status(self, input: Option<SpaceStatus>) -> Self
pub fn set_status(self, input: Option<SpaceStatus>) -> Self
The status.
sourcepub fn get_status(&self) -> &Option<SpaceStatus>
pub fn get_status(&self) -> &Option<SpaceStatus>
The status.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The last modified time.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation time.
sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The failure reason.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The failure reason.
sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
The failure reason.
sourcepub fn space_settings(self, input: SpaceSettings) -> Self
pub fn space_settings(self, input: SpaceSettings) -> Self
A collection of space settings.
sourcepub fn set_space_settings(self, input: Option<SpaceSettings>) -> Self
pub fn set_space_settings(self, input: Option<SpaceSettings>) -> Self
A collection of space settings.
sourcepub fn get_space_settings(&self) -> &Option<SpaceSettings>
pub fn get_space_settings(&self) -> &Option<SpaceSettings>
A collection of space settings.
sourcepub fn build(self) -> DescribeSpaceOutput
pub fn build(self) -> DescribeSpaceOutput
Consumes the builder and constructs a DescribeSpaceOutput
.
Trait Implementations§
source§impl Clone for DescribeSpaceOutputBuilder
impl Clone for DescribeSpaceOutputBuilder
source§fn clone(&self) -> DescribeSpaceOutputBuilder
fn clone(&self) -> DescribeSpaceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeSpaceOutputBuilder
impl Debug for DescribeSpaceOutputBuilder
source§impl Default for DescribeSpaceOutputBuilder
impl Default for DescribeSpaceOutputBuilder
source§fn default() -> DescribeSpaceOutputBuilder
fn default() -> DescribeSpaceOutputBuilder
source§impl PartialEq for DescribeSpaceOutputBuilder
impl PartialEq for DescribeSpaceOutputBuilder
source§fn eq(&self, other: &DescribeSpaceOutputBuilder) -> bool
fn eq(&self, other: &DescribeSpaceOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.