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