Struct aws_sdk_config::input::DeleteDeliveryChannelInput
source · #[non_exhaustive]pub struct DeleteDeliveryChannelInput { /* private fields */ }Expand description
The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.
Implementations§
source§impl DeleteDeliveryChannelInput
impl DeleteDeliveryChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeliveryChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeliveryChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDeliveryChannel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDeliveryChannelInput.
source§impl DeleteDeliveryChannelInput
impl DeleteDeliveryChannelInput
sourcepub fn delivery_channel_name(&self) -> Option<&str>
pub fn delivery_channel_name(&self) -> Option<&str>
The name of the delivery channel to delete.
Trait Implementations§
source§impl Clone for DeleteDeliveryChannelInput
impl Clone for DeleteDeliveryChannelInput
source§fn clone(&self) -> DeleteDeliveryChannelInput
fn clone(&self) -> DeleteDeliveryChannelInput
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 Debug for DeleteDeliveryChannelInput
impl Debug for DeleteDeliveryChannelInput
source§impl PartialEq<DeleteDeliveryChannelInput> for DeleteDeliveryChannelInput
impl PartialEq<DeleteDeliveryChannelInput> for DeleteDeliveryChannelInput
source§fn eq(&self, other: &DeleteDeliveryChannelInput) -> bool
fn eq(&self, other: &DeleteDeliveryChannelInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.