#[non_exhaustive]
pub struct GetSpaceOutputBuilder { /* private fields */ }
Expand description

A builder for GetSpaceOutput.

Implementations§

source§

impl GetSpaceOutputBuilder

source

pub fn space_id(self, input: impl Into<String>) -> Self

The unique ID of the private re:Post.

This field is required.
source

pub fn set_space_id(self, input: Option<String>) -> Self

The unique ID of the private re:Post.

source

pub fn get_space_id(&self) -> &Option<String>

The unique ID of the private re:Post.

source

pub fn arn(self, input: impl Into<String>) -> Self

The ARN of the private re:Post.

This field is required.
source

pub fn set_arn(self, input: Option<String>) -> Self

The ARN of the private re:Post.

source

pub fn get_arn(&self) -> &Option<String>

The ARN of the private re:Post.

source

pub fn name(self, input: impl Into<String>) -> Self

The name of the private re:Post.

This field is required.
source

pub fn set_name(self, input: Option<String>) -> Self

The name of the private re:Post.

source

pub fn get_name(&self) -> &Option<String>

The name of the private re:Post.

source

pub fn status(self, input: impl Into<String>) -> Self

The creation or deletion status of the private re:Post.

This field is required.
source

pub fn set_status(self, input: Option<String>) -> Self

The creation or deletion status of the private re:Post.

source

pub fn get_status(&self) -> &Option<String>

The creation or deletion status of the private re:Post.

source

pub fn configuration_status(self, input: ConfigurationStatus) -> Self

The configuration status of the private re:Post.

This field is required.
source

pub fn set_configuration_status( self, input: Option<ConfigurationStatus> ) -> Self

The configuration status of the private re:Post.

source

pub fn get_configuration_status(&self) -> &Option<ConfigurationStatus>

The configuration status of the private re:Post.

source

pub fn client_id(self, input: impl Into<String>) -> Self

The Identity Center identifier for the Application Instance.

This field is required.
source

pub fn set_client_id(self, input: Option<String>) -> Self

The Identity Center identifier for the Application Instance.

source

pub fn get_client_id(&self) -> &Option<String>

The Identity Center identifier for the Application Instance.

source

pub fn description(self, input: impl Into<String>) -> Self

The description of the private re:Post.

source

pub fn set_description(self, input: Option<String>) -> Self

The description of the private re:Post.

source

pub fn get_description(&self) -> &Option<String>

The description of the private re:Post.

source

pub fn vanity_domain_status(self, input: VanityDomainStatus) -> Self

The approval status of the custom subdomain.

This field is required.
source

pub fn set_vanity_domain_status(self, input: Option<VanityDomainStatus>) -> Self

The approval status of the custom subdomain.

source

pub fn get_vanity_domain_status(&self) -> &Option<VanityDomainStatus>

The approval status of the custom subdomain.

source

pub fn vanity_domain(self, input: impl Into<String>) -> Self

The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.

This field is required.
source

pub fn set_vanity_domain(self, input: Option<String>) -> Self

The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.

source

pub fn get_vanity_domain(&self) -> &Option<String>

The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.

source

pub fn random_domain(self, input: impl Into<String>) -> Self

The AWS generated subdomain of the private re:Post

This field is required.
source

pub fn set_random_domain(self, input: Option<String>) -> Self

The AWS generated subdomain of the private re:Post

source

pub fn get_random_domain(&self) -> &Option<String>

The AWS generated subdomain of the private re:Post

source

pub fn customer_role_arn(self, input: impl Into<String>) -> Self

The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

source

pub fn set_customer_role_arn(self, input: Option<String>) -> Self

The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

source

pub fn get_customer_role_arn(&self) -> &Option<String>

The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

source

pub fn create_date_time(self, input: DateTime) -> Self

The date when the private re:Post was created.

This field is required.
source

pub fn set_create_date_time(self, input: Option<DateTime>) -> Self

The date when the private re:Post was created.

source

pub fn get_create_date_time(&self) -> &Option<DateTime>

The date when the private re:Post was created.

source

pub fn delete_date_time(self, input: DateTime) -> Self

The date when the private re:Post was deleted.

source

pub fn set_delete_date_time(self, input: Option<DateTime>) -> Self

The date when the private re:Post was deleted.

source

pub fn get_delete_date_time(&self) -> &Option<DateTime>

The date when the private re:Post was deleted.

source

pub fn tier(self, input: TierLevel) -> Self

The pricing tier of the private re:Post.

This field is required.
source

pub fn set_tier(self, input: Option<TierLevel>) -> Self

The pricing tier of the private re:Post.

source

pub fn get_tier(&self) -> &Option<TierLevel>

The pricing tier of the private re:Post.

source

pub fn storage_limit(self, input: i64) -> Self

The storage limit of the private re:Post.

This field is required.
source

pub fn set_storage_limit(self, input: Option<i64>) -> Self

The storage limit of the private re:Post.

source

pub fn get_storage_limit(&self) -> &Option<i64>

The storage limit of the private re:Post.

source

pub fn user_admins(self, input: impl Into<String>) -> Self

Appends an item to user_admins.

To override the contents of this collection use set_user_admins.

The list of users that are administrators of the private re:Post.

source

pub fn set_user_admins(self, input: Option<Vec<String>>) -> Self

The list of users that are administrators of the private re:Post.

source

pub fn get_user_admins(&self) -> &Option<Vec<String>>

The list of users that are administrators of the private re:Post.

source

pub fn group_admins(self, input: impl Into<String>) -> Self

Appends an item to group_admins.

To override the contents of this collection use set_group_admins.

The list of groups that are administrators of the private re:Post.

source

pub fn set_group_admins(self, input: Option<Vec<String>>) -> Self

The list of groups that are administrators of the private re:Post.

source

pub fn get_group_admins(&self) -> &Option<Vec<String>>

The list of groups that are administrators of the private re:Post.

source

pub fn user_kms_key(self, input: impl Into<String>) -> Self

The custom AWS KMS key ARN that’s used for the AWS KMS encryption.

source

pub fn set_user_kms_key(self, input: Option<String>) -> Self

The custom AWS KMS key ARN that’s used for the AWS KMS encryption.

source

pub fn get_user_kms_key(&self) -> &Option<String>

The custom AWS KMS key ARN that’s used for the AWS KMS encryption.

source

pub fn user_count(self, input: i32) -> Self

The number of users that have onboarded to the private re:Post.

source

pub fn set_user_count(self, input: Option<i32>) -> Self

The number of users that have onboarded to the private re:Post.

source

pub fn get_user_count(&self) -> &Option<i32>

The number of users that have onboarded to the private re:Post.

source

pub fn content_size(self, input: i64) -> Self

The content size of the private re:Post.

source

pub fn set_content_size(self, input: Option<i64>) -> Self

The content size of the private re:Post.

source

pub fn get_content_size(&self) -> &Option<i64>

The content size of the private re:Post.

source

pub fn build(self) -> Result<GetSpaceOutput, BuildError>

Consumes the builder and constructs a GetSpaceOutput. This method will fail if any of the following fields are not set:

Trait Implementations§

source§

impl Clone for GetSpaceOutputBuilder

source§

fn clone(&self) -> GetSpaceOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GetSpaceOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for GetSpaceOutputBuilder

source§

fn default() -> GetSpaceOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for GetSpaceOutputBuilder

source§

fn eq(&self, other: &GetSpaceOutputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for GetSpaceOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more