#[non_exhaustive]pub struct SendDataToMulticastGroupInput {
pub id: Option<String>,
pub payload_data: Option<String>,
pub wireless_metadata: Option<MulticastWirelessMetadata>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id: Option<String>The ID of the multicast group.
payload_data: Option<String>The binary to be sent to the end device, encoded in base64.
wireless_metadata: Option<MulticastWirelessMetadata>Wireless metadata that is to be sent to multicast group.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendDataToMulticastGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendDataToMulticastGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<SendDataToMulticastGroup>
Creates a new builder-style object to manufacture SendDataToMulticastGroupInput
The binary to be sent to the end device, encoded in base64.
Wireless metadata that is to be sent to multicast group.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for SendDataToMulticastGroupInput
impl Sync for SendDataToMulticastGroupInput
impl Unpin for SendDataToMulticastGroupInput
impl UnwindSafe for SendDataToMulticastGroupInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
