Struct aws_sdk_route53resolver::operation::create_resolver_endpoint::CreateResolverEndpointOutput
source · #[non_exhaustive]pub struct CreateResolverEndpointOutput { /* private fields */ }Implementations§
source§impl CreateResolverEndpointOutput
impl CreateResolverEndpointOutput
sourcepub fn resolver_endpoint(&self) -> Option<&ResolverEndpoint>
pub fn resolver_endpoint(&self) -> Option<&ResolverEndpoint>
Information about the CreateResolverEndpoint request, including the status of the request.
source§impl CreateResolverEndpointOutput
impl CreateResolverEndpointOutput
sourcepub fn builder() -> CreateResolverEndpointOutputBuilder
pub fn builder() -> CreateResolverEndpointOutputBuilder
Creates a new builder-style object to manufacture CreateResolverEndpointOutput.
Trait Implementations§
source§impl Clone for CreateResolverEndpointOutput
impl Clone for CreateResolverEndpointOutput
source§fn clone(&self) -> CreateResolverEndpointOutput
fn clone(&self) -> CreateResolverEndpointOutput
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 CreateResolverEndpointOutput
impl Debug for CreateResolverEndpointOutput
source§impl PartialEq<CreateResolverEndpointOutput> for CreateResolverEndpointOutput
impl PartialEq<CreateResolverEndpointOutput> for CreateResolverEndpointOutput
source§fn eq(&self, other: &CreateResolverEndpointOutput) -> bool
fn eq(&self, other: &CreateResolverEndpointOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateResolverEndpointOutput
impl RequestId for CreateResolverEndpointOutput
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.