#[non_exhaustive]pub struct DescribeDeliveryChannelStatusInput { /* private fields */ }Expand description
The input for the DeliveryChannelStatus action.
Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeDeliveryChannelStatusInput
impl Clone for DescribeDeliveryChannelStatusInput
sourcefn clone(&self) -> DescribeDeliveryChannelStatusInput
fn clone(&self) -> DescribeDeliveryChannelStatusInput
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 PartialEq<DescribeDeliveryChannelStatusInput> for DescribeDeliveryChannelStatusInput
impl PartialEq<DescribeDeliveryChannelStatusInput> for DescribeDeliveryChannelStatusInput
sourcefn eq(&self, other: &DescribeDeliveryChannelStatusInput) -> bool
fn eq(&self, other: &DescribeDeliveryChannelStatusInput) -> bool
impl StructuralPartialEq for DescribeDeliveryChannelStatusInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDeliveryChannelStatusInput
impl Send for DescribeDeliveryChannelStatusInput
impl Sync for DescribeDeliveryChannelStatusInput
impl Unpin for DescribeDeliveryChannelStatusInput
impl UnwindSafe for DescribeDeliveryChannelStatusInput
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