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, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateChannel, AwsErrorRetryPolicy>, 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
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 more
sourceimpl Debug for CreateChannelInput
impl Debug for CreateChannelInput
sourceimpl PartialEq<CreateChannelInput> for CreateChannelInput
impl PartialEq<CreateChannelInput> for CreateChannelInput
sourcefn eq(&self, other: &CreateChannelInput) -> bool
fn eq(&self, other: &CreateChannelInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateChannelInput) -> bool
fn ne(&self, other: &CreateChannelInput) -> bool
This method tests for !=.
impl StructuralPartialEq for CreateChannelInput
Auto Trait Implementations
impl RefUnwindSafe for CreateChannelInput
impl Send for CreateChannelInput
impl Sync for CreateChannelInput
impl Unpin for CreateChannelInput
impl UnwindSafe for CreateChannelInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more