Struct aws_sdk_route53resolver::operation::get_resolver_endpoint::builders::GetResolverEndpointOutputBuilder
source · #[non_exhaustive]pub struct GetResolverEndpointOutputBuilder { /* private fields */ }
Expand description
A builder for GetResolverEndpointOutput
.
Implementations§
source§impl GetResolverEndpointOutputBuilder
impl GetResolverEndpointOutputBuilder
sourcepub fn resolver_endpoint(self, input: ResolverEndpoint) -> Self
pub fn resolver_endpoint(self, input: ResolverEndpoint) -> Self
Information about the Resolver endpoint that you specified in a GetResolverEndpoint
request.
sourcepub fn set_resolver_endpoint(self, input: Option<ResolverEndpoint>) -> Self
pub fn set_resolver_endpoint(self, input: Option<ResolverEndpoint>) -> Self
Information about the Resolver endpoint that you specified in a GetResolverEndpoint
request.
sourcepub fn get_resolver_endpoint(&self) -> &Option<ResolverEndpoint>
pub fn get_resolver_endpoint(&self) -> &Option<ResolverEndpoint>
Information about the Resolver endpoint that you specified in a GetResolverEndpoint
request.
sourcepub fn build(self) -> GetResolverEndpointOutput
pub fn build(self) -> GetResolverEndpointOutput
Consumes the builder and constructs a GetResolverEndpointOutput
.
Trait Implementations§
source§impl Clone for GetResolverEndpointOutputBuilder
impl Clone for GetResolverEndpointOutputBuilder
source§fn clone(&self) -> GetResolverEndpointOutputBuilder
fn clone(&self) -> GetResolverEndpointOutputBuilder
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 Default for GetResolverEndpointOutputBuilder
impl Default for GetResolverEndpointOutputBuilder
source§fn default() -> GetResolverEndpointOutputBuilder
fn default() -> GetResolverEndpointOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetResolverEndpointOutputBuilder
impl PartialEq for GetResolverEndpointOutputBuilder
source§fn eq(&self, other: &GetResolverEndpointOutputBuilder) -> bool
fn eq(&self, other: &GetResolverEndpointOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetResolverEndpointOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetResolverEndpointOutputBuilder
impl Send for GetResolverEndpointOutputBuilder
impl Sync for GetResolverEndpointOutputBuilder
impl Unpin for GetResolverEndpointOutputBuilder
impl UnwindSafe for GetResolverEndpointOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.