Struct aws_sdk_chime::input::CreateAppInstanceAdminInput
source · #[non_exhaustive]pub struct CreateAppInstanceAdminInput { /* private fields */ }
Implementations§
source§impl CreateAppInstanceAdminInput
impl CreateAppInstanceAdminInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAppInstanceAdmin, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAppInstanceAdmin, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAppInstanceAdmin
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAppInstanceAdminInput
.
source§impl CreateAppInstanceAdminInput
impl CreateAppInstanceAdminInput
sourcepub fn app_instance_admin_arn(&self) -> Option<&str>
pub fn app_instance_admin_arn(&self) -> Option<&str>
The ARN of the administrator of the current AppInstance
.
sourcepub fn app_instance_arn(&self) -> Option<&str>
pub fn app_instance_arn(&self) -> Option<&str>
The ARN of the AppInstance
.
Trait Implementations§
source§impl Clone for CreateAppInstanceAdminInput
impl Clone for CreateAppInstanceAdminInput
source§fn clone(&self) -> CreateAppInstanceAdminInput
fn clone(&self) -> CreateAppInstanceAdminInput
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 CreateAppInstanceAdminInput
impl Debug for CreateAppInstanceAdminInput
source§impl PartialEq<CreateAppInstanceAdminInput> for CreateAppInstanceAdminInput
impl PartialEq<CreateAppInstanceAdminInput> for CreateAppInstanceAdminInput
source§fn eq(&self, other: &CreateAppInstanceAdminInput) -> bool
fn eq(&self, other: &CreateAppInstanceAdminInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.