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
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DeleteDeliveryChannelInput
impl Clone for DeleteDeliveryChannelInput
sourcefn clone(&self) -> DeleteDeliveryChannelInput
fn clone(&self) -> DeleteDeliveryChannelInput
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 Debug for DeleteDeliveryChannelInput
impl Debug for DeleteDeliveryChannelInput
sourceimpl PartialEq<DeleteDeliveryChannelInput> for DeleteDeliveryChannelInput
impl PartialEq<DeleteDeliveryChannelInput> for DeleteDeliveryChannelInput
sourcefn eq(&self, other: &DeleteDeliveryChannelInput) -> bool
fn eq(&self, other: &DeleteDeliveryChannelInput) -> bool
impl StructuralPartialEq for DeleteDeliveryChannelInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDeliveryChannelInput
impl Send for DeleteDeliveryChannelInput
impl Sync for DeleteDeliveryChannelInput
impl Unpin for DeleteDeliveryChannelInput
impl UnwindSafe for DeleteDeliveryChannelInput
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