Struct aws_sdk_outposts::output::UpdateSiteAddressOutput
source · #[non_exhaustive]pub struct UpdateSiteAddressOutput { /* private fields */ }
Implementations§
source§impl UpdateSiteAddressOutput
impl UpdateSiteAddressOutput
sourcepub fn address_type(&self) -> Option<&AddressType>
pub fn address_type(&self) -> Option<&AddressType>
The type of the address.
source§impl UpdateSiteAddressOutput
impl UpdateSiteAddressOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSiteAddressOutput
.
Trait Implementations§
source§impl Clone for UpdateSiteAddressOutput
impl Clone for UpdateSiteAddressOutput
source§fn clone(&self) -> UpdateSiteAddressOutput
fn clone(&self) -> UpdateSiteAddressOutput
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 UpdateSiteAddressOutput
impl Debug for UpdateSiteAddressOutput
source§impl PartialEq<UpdateSiteAddressOutput> for UpdateSiteAddressOutput
impl PartialEq<UpdateSiteAddressOutput> for UpdateSiteAddressOutput
source§fn eq(&self, other: &UpdateSiteAddressOutput) -> bool
fn eq(&self, other: &UpdateSiteAddressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.