#[non_exhaustive]pub struct DeleteListenerInput { /* private fields */ }
Implementations
sourceimpl DeleteListenerInput
impl DeleteListenerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteListener, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteListener, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteListener
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteListenerInput
.
sourceimpl DeleteListenerInput
impl DeleteListenerInput
sourcepub fn listener_arn(&self) -> Option<&str>
pub fn listener_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the listener.
Trait Implementations
sourceimpl Clone for DeleteListenerInput
impl Clone for DeleteListenerInput
sourcefn clone(&self) -> DeleteListenerInput
fn clone(&self) -> DeleteListenerInput
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 DeleteListenerInput
impl Debug for DeleteListenerInput
sourceimpl PartialEq<DeleteListenerInput> for DeleteListenerInput
impl PartialEq<DeleteListenerInput> for DeleteListenerInput
sourcefn eq(&self, other: &DeleteListenerInput) -> bool
fn eq(&self, other: &DeleteListenerInput) -> bool
impl StructuralPartialEq for DeleteListenerInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteListenerInput
impl Send for DeleteListenerInput
impl Sync for DeleteListenerInput
impl Unpin for DeleteListenerInput
impl UnwindSafe for DeleteListenerInput
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