Struct aws_sdk_route53resolver::types::IpAddressUpdate
source · #[non_exhaustive]pub struct IpAddressUpdate { /* private fields */ }
Expand description
In an UpdateResolverEndpoint request, information about an IP address to update.
Implementations§
source§impl IpAddressUpdate
impl IpAddressUpdate
sourcepub fn ip_id(&self) -> Option<&str>
pub fn ip_id(&self) -> Option<&str>
Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
sourcepub fn subnet_id(&self) -> Option<&str>
pub fn subnet_id(&self) -> Option<&str>
The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
source§impl IpAddressUpdate
impl IpAddressUpdate
sourcepub fn builder() -> IpAddressUpdateBuilder
pub fn builder() -> IpAddressUpdateBuilder
Creates a new builder-style object to manufacture IpAddressUpdate
.
Trait Implementations§
source§impl Clone for IpAddressUpdate
impl Clone for IpAddressUpdate
source§fn clone(&self) -> IpAddressUpdate
fn clone(&self) -> IpAddressUpdate
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 IpAddressUpdate
impl Debug for IpAddressUpdate
source§impl PartialEq<IpAddressUpdate> for IpAddressUpdate
impl PartialEq<IpAddressUpdate> for IpAddressUpdate
source§fn eq(&self, other: &IpAddressUpdate) -> bool
fn eq(&self, other: &IpAddressUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.