Struct aws_sdk_iot::model::HttpUrlDestinationSummary
source · [−]#[non_exhaustive]pub struct HttpUrlDestinationSummary { /* private fields */ }Expand description
Information about an HTTP URL destination.
Implementations
sourceimpl HttpUrlDestinationSummary
impl HttpUrlDestinationSummary
sourcepub fn confirmation_url(&self) -> Option<&str>
pub fn confirmation_url(&self) -> Option<&str>
The URL used to confirm ownership of or access to the HTTP topic rule destination URL.
sourceimpl HttpUrlDestinationSummary
impl HttpUrlDestinationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpUrlDestinationSummary.
Trait Implementations
sourceimpl Clone for HttpUrlDestinationSummary
impl Clone for HttpUrlDestinationSummary
sourcefn clone(&self) -> HttpUrlDestinationSummary
fn clone(&self) -> HttpUrlDestinationSummary
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 HttpUrlDestinationSummary
impl Debug for HttpUrlDestinationSummary
sourceimpl PartialEq<HttpUrlDestinationSummary> for HttpUrlDestinationSummary
impl PartialEq<HttpUrlDestinationSummary> for HttpUrlDestinationSummary
sourcefn eq(&self, other: &HttpUrlDestinationSummary) -> bool
fn eq(&self, other: &HttpUrlDestinationSummary) -> bool
impl StructuralPartialEq for HttpUrlDestinationSummary
Auto Trait Implementations
impl RefUnwindSafe for HttpUrlDestinationSummary
impl Send for HttpUrlDestinationSummary
impl Sync for HttpUrlDestinationSummary
impl Unpin for HttpUrlDestinationSummary
impl UnwindSafe for HttpUrlDestinationSummary
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