Struct aws_sdk_route53resolver::operation::associate_resolver_endpoint_ip_address::AssociateResolverEndpointIpAddressOutput
source · #[non_exhaustive]pub struct AssociateResolverEndpointIpAddressOutput { /* private fields */ }Implementations§
source§impl AssociateResolverEndpointIpAddressOutput
impl AssociateResolverEndpointIpAddressOutput
sourcepub fn resolver_endpoint(&self) -> Option<&ResolverEndpoint>
pub fn resolver_endpoint(&self) -> Option<&ResolverEndpoint>
The response to an AssociateResolverEndpointIpAddress request.
source§impl AssociateResolverEndpointIpAddressOutput
impl AssociateResolverEndpointIpAddressOutput
sourcepub fn builder() -> AssociateResolverEndpointIpAddressOutputBuilder
pub fn builder() -> AssociateResolverEndpointIpAddressOutputBuilder
Creates a new builder-style object to manufacture AssociateResolverEndpointIpAddressOutput.
Trait Implementations§
source§impl Clone for AssociateResolverEndpointIpAddressOutput
impl Clone for AssociateResolverEndpointIpAddressOutput
source§fn clone(&self) -> AssociateResolverEndpointIpAddressOutput
fn clone(&self) -> AssociateResolverEndpointIpAddressOutput
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 PartialEq<AssociateResolverEndpointIpAddressOutput> for AssociateResolverEndpointIpAddressOutput
impl PartialEq<AssociateResolverEndpointIpAddressOutput> for AssociateResolverEndpointIpAddressOutput
source§fn eq(&self, other: &AssociateResolverEndpointIpAddressOutput) -> bool
fn eq(&self, other: &AssociateResolverEndpointIpAddressOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AssociateResolverEndpointIpAddressOutput
impl RequestId for AssociateResolverEndpointIpAddressOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.