Struct aws_sdk_chime::input::CreateChannelInput
source · [−]#[non_exhaustive]pub struct CreateChannelInput { /* private fields */ }Implementations
sourceimpl CreateChannelInput
impl CreateChannelInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateChannel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateChannelInput.
sourceimpl CreateChannelInput
impl CreateChannelInput
sourcepub fn app_instance_arn(&self) -> Option<&str>
pub fn app_instance_arn(&self) -> Option<&str>
The ARN of the channel request.
sourcepub fn mode(&self) -> Option<&ChannelMode>
pub fn mode(&self) -> Option<&ChannelMode>
The channel mode: UNRESTRICTED or RESTRICTED. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.
sourcepub fn privacy(&self) -> Option<&ChannelPrivacy>
pub fn privacy(&self) -> Option<&ChannelPrivacy>
The channel's privacy level: PUBLIC or PRIVATE. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the AppInstance.
sourcepub fn metadata(&self) -> Option<&str>
pub fn metadata(&self) -> Option<&str>
The metadata of the creation request. Limited to 1KB and UTF-8.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The client token for the request. An Idempotency token.
The tags for the creation request.
sourcepub fn chime_bearer(&self) -> Option<&str>
pub fn chime_bearer(&self) -> Option<&str>
The AppInstanceUserArn of the user that makes the API call.
Trait Implementations
sourceimpl Clone for CreateChannelInput
impl Clone for CreateChannelInput
sourcefn clone(&self) -> CreateChannelInput
fn clone(&self) -> CreateChannelInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more