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