#[non_exhaustive]pub struct DescribeDeliveryChannelStatusInput { /* private fields */ }Expand description
The input for the DeliveryChannelStatus action.
Implementations§
source§impl DescribeDeliveryChannelStatusInput
impl DescribeDeliveryChannelStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDeliveryChannelStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDeliveryChannelStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDeliveryChannelStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDeliveryChannelStatusInput.
source§impl DescribeDeliveryChannelStatusInput
impl DescribeDeliveryChannelStatusInput
sourcepub fn delivery_channel_names(&self) -> Option<&[String]>
pub fn delivery_channel_names(&self) -> Option<&[String]>
A list of delivery channel names.
Trait Implementations§
source§impl Clone for DescribeDeliveryChannelStatusInput
impl Clone for DescribeDeliveryChannelStatusInput
source§fn clone(&self) -> DescribeDeliveryChannelStatusInput
fn clone(&self) -> DescribeDeliveryChannelStatusInput
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<DescribeDeliveryChannelStatusInput> for DescribeDeliveryChannelStatusInput
impl PartialEq<DescribeDeliveryChannelStatusInput> for DescribeDeliveryChannelStatusInput
source§fn eq(&self, other: &DescribeDeliveryChannelStatusInput) -> bool
fn eq(&self, other: &DescribeDeliveryChannelStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.