Struct aws_sdk_chime::input::CreateAppInstanceUserInput
source · [−]#[non_exhaustive]pub struct CreateAppInstanceUserInput { /* private fields */ }Implementations
sourceimpl CreateAppInstanceUserInput
impl CreateAppInstanceUserInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAppInstanceUser>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAppInstanceUserInput.
sourceimpl CreateAppInstanceUserInput
impl CreateAppInstanceUserInput
sourcepub fn app_instance_arn(&self) -> Option<&str>
pub fn app_instance_arn(&self) -> Option<&str>
The ARN of the AppInstance request.
sourcepub fn app_instance_user_id(&self) -> Option<&str>
pub fn app_instance_user_id(&self) -> Option<&str>
The user ID of the AppInstance.
sourcepub fn metadata(&self) -> Option<&str>
pub fn metadata(&self) -> Option<&str>
The request's metadata. Limited to a 1KB string in UTF-8.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The token assigned to the user requesting an AppInstance.
Tags assigned to the AppInstanceUser.
Trait Implementations
sourceimpl Clone for CreateAppInstanceUserInput
impl Clone for CreateAppInstanceUserInput
sourcefn clone(&self) -> CreateAppInstanceUserInput
fn clone(&self) -> CreateAppInstanceUserInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateAppInstanceUserInput
impl Debug for CreateAppInstanceUserInput
sourceimpl PartialEq<CreateAppInstanceUserInput> for CreateAppInstanceUserInput
impl PartialEq<CreateAppInstanceUserInput> for CreateAppInstanceUserInput
sourcefn eq(&self, other: &CreateAppInstanceUserInput) -> bool
fn eq(&self, other: &CreateAppInstanceUserInput) -> bool
impl StructuralPartialEq for CreateAppInstanceUserInput
Auto Trait Implementations
impl RefUnwindSafe for CreateAppInstanceUserInput
impl Send for CreateAppInstanceUserInput
impl Sync for CreateAppInstanceUserInput
impl Unpin for CreateAppInstanceUserInput
impl UnwindSafe for CreateAppInstanceUserInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more