#[non_exhaustive]pub struct UpdateResourceEventConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateResourceEventConfigurationInput
impl UpdateResourceEventConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceEventConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceEventConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourceEventConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourceEventConfigurationInput
.
source§impl UpdateResourceEventConfigurationInput
impl UpdateResourceEventConfigurationInput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
Resource identifier to opt in for event messaging.
sourcepub fn identifier_type(&self) -> Option<&IdentifierType>
pub fn identifier_type(&self) -> Option<&IdentifierType>
Identifier type of the particular resource identifier for event configuration.
sourcepub fn partner_type(&self) -> Option<&EventNotificationPartnerType>
pub fn partner_type(&self) -> Option<&EventNotificationPartnerType>
Partner type of the resource if the identifier type is PartnerAccountId
sourcepub fn device_registration_state(
&self
) -> Option<&DeviceRegistrationStateEventConfiguration>
pub fn device_registration_state(
&self
) -> Option<&DeviceRegistrationStateEventConfiguration>
Event configuration for the device registration state event.
sourcepub fn proximity(&self) -> Option<&ProximityEventConfiguration>
pub fn proximity(&self) -> Option<&ProximityEventConfiguration>
Event configuration for the proximity event.
sourcepub fn join(&self) -> Option<&JoinEventConfiguration>
pub fn join(&self) -> Option<&JoinEventConfiguration>
Event configuration for the join event.
sourcepub fn connection_status(&self) -> Option<&ConnectionStatusEventConfiguration>
pub fn connection_status(&self) -> Option<&ConnectionStatusEventConfiguration>
Event configuration for the connection status event.
sourcepub fn message_delivery_status(
&self
) -> Option<&MessageDeliveryStatusEventConfiguration>
pub fn message_delivery_status(
&self
) -> Option<&MessageDeliveryStatusEventConfiguration>
Event configuration for the message delivery status event.
Trait Implementations§
source§impl Clone for UpdateResourceEventConfigurationInput
impl Clone for UpdateResourceEventConfigurationInput
source§fn clone(&self) -> UpdateResourceEventConfigurationInput
fn clone(&self) -> UpdateResourceEventConfigurationInput
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 PartialEq<UpdateResourceEventConfigurationInput> for UpdateResourceEventConfigurationInput
impl PartialEq<UpdateResourceEventConfigurationInput> for UpdateResourceEventConfigurationInput
source§fn eq(&self, other: &UpdateResourceEventConfigurationInput) -> bool
fn eq(&self, other: &UpdateResourceEventConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.