Struct aws_sdk_chime::input::SendChannelMessageInput
source · [−]#[non_exhaustive]pub struct SendChannelMessageInput { /* private fields */ }Implementations
sourceimpl SendChannelMessageInput
impl SendChannelMessageInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<SendChannelMessage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<SendChannelMessage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SendChannelMessage>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SendChannelMessageInput.
sourceimpl SendChannelMessageInput
impl SendChannelMessageInput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel.
sourcepub fn type(&self) -> Option<&ChannelMessageType>
pub fn type(&self) -> Option<&ChannelMessageType>
The type of message, STANDARD or CONTROL.
sourcepub fn persistence(&self) -> Option<&ChannelMessagePersistenceType>
pub fn persistence(&self) -> Option<&ChannelMessagePersistenceType>
Boolean that controls whether the message is persisted on the back end. Required.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The Idempotency token for each client 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 SendChannelMessageInput
impl Clone for SendChannelMessageInput
sourcefn clone(&self) -> SendChannelMessageInput
fn clone(&self) -> SendChannelMessageInput
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 SendChannelMessageInput
impl Debug for SendChannelMessageInput
sourceimpl PartialEq<SendChannelMessageInput> for SendChannelMessageInput
impl PartialEq<SendChannelMessageInput> for SendChannelMessageInput
sourcefn eq(&self, other: &SendChannelMessageInput) -> bool
fn eq(&self, other: &SendChannelMessageInput) -> bool
impl StructuralPartialEq for SendChannelMessageInput
Auto Trait Implementations
impl RefUnwindSafe for SendChannelMessageInput
impl Send for SendChannelMessageInput
impl Sync for SendChannelMessageInput
impl Unpin for SendChannelMessageInput
impl UnwindSafe for SendChannelMessageInput
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