Struct aws_sdk_iot::model::HttpUrlDestinationSummary
source · #[non_exhaustive]pub struct HttpUrlDestinationSummary { /* private fields */ }
Expand description
Information about an HTTP URL destination.
Implementations§
source§impl 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.
source§impl HttpUrlDestinationSummary
impl HttpUrlDestinationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpUrlDestinationSummary
.
Trait Implementations§
source§impl Clone for HttpUrlDestinationSummary
impl Clone for HttpUrlDestinationSummary
source§fn clone(&self) -> HttpUrlDestinationSummary
fn clone(&self) -> HttpUrlDestinationSummary
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 HttpUrlDestinationSummary
impl Debug for HttpUrlDestinationSummary
source§impl PartialEq<HttpUrlDestinationSummary> for HttpUrlDestinationSummary
impl PartialEq<HttpUrlDestinationSummary> for HttpUrlDestinationSummary
source§fn eq(&self, other: &HttpUrlDestinationSummary) -> bool
fn eq(&self, other: &HttpUrlDestinationSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.