Struct aws_sdk_route53resolver::types::UpdateIpAddress
source · #[non_exhaustive]pub struct UpdateIpAddress { /* private fields */ }
Expand description
Provides information about the IP address type in response to UpdateResolverEndpoint.
Implementations§
source§impl UpdateIpAddress
impl UpdateIpAddress
sourcepub fn builder() -> UpdateIpAddressBuilder
pub fn builder() -> UpdateIpAddressBuilder
Creates a new builder-style object to manufacture UpdateIpAddress
.
Trait Implementations§
source§impl Clone for UpdateIpAddress
impl Clone for UpdateIpAddress
source§fn clone(&self) -> UpdateIpAddress
fn clone(&self) -> UpdateIpAddress
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 UpdateIpAddress
impl Debug for UpdateIpAddress
source§impl PartialEq<UpdateIpAddress> for UpdateIpAddress
impl PartialEq<UpdateIpAddress> for UpdateIpAddress
source§fn eq(&self, other: &UpdateIpAddress) -> bool
fn eq(&self, other: &UpdateIpAddress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.