Struct aws_sdk_chime::input::PutEventsConfigurationInput
source · [−]#[non_exhaustive]pub struct PutEventsConfigurationInput { /* private fields */ }Implementations
sourceimpl PutEventsConfigurationInput
impl PutEventsConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEventsConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEventsConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutEventsConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutEventsConfigurationInput.
sourceimpl PutEventsConfigurationInput
impl PutEventsConfigurationInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn outbound_events_https_endpoint(&self) -> Option<&str>
pub fn outbound_events_https_endpoint(&self) -> Option<&str>
HTTPS endpoint that allows the bot to receive outgoing events.
sourcepub fn lambda_function_arn(&self) -> Option<&str>
pub fn lambda_function_arn(&self) -> Option<&str>
Lambda function ARN that allows the bot to receive outgoing events.
Trait Implementations
sourceimpl Clone for PutEventsConfigurationInput
impl Clone for PutEventsConfigurationInput
sourcefn clone(&self) -> PutEventsConfigurationInput
fn clone(&self) -> PutEventsConfigurationInput
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 PutEventsConfigurationInput
impl Debug for PutEventsConfigurationInput
sourceimpl PartialEq<PutEventsConfigurationInput> for PutEventsConfigurationInput
impl PartialEq<PutEventsConfigurationInput> for PutEventsConfigurationInput
sourcefn eq(&self, other: &PutEventsConfigurationInput) -> bool
fn eq(&self, other: &PutEventsConfigurationInput) -> bool
impl StructuralPartialEq for PutEventsConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for PutEventsConfigurationInput
impl Send for PutEventsConfigurationInput
impl Sync for PutEventsConfigurationInput
impl Unpin for PutEventsConfigurationInput
impl UnwindSafe for PutEventsConfigurationInput
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