Struct aws_sdk_route53resolver::operation::update_resolver_endpoint::builders::UpdateResolverEndpointOutputBuilder
source · #[non_exhaustive]pub struct UpdateResolverEndpointOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateResolverEndpointOutput
.
Implementations§
source§impl UpdateResolverEndpointOutputBuilder
impl UpdateResolverEndpointOutputBuilder
sourcepub fn resolver_endpoint(self, input: ResolverEndpoint) -> Self
pub fn resolver_endpoint(self, input: ResolverEndpoint) -> Self
The response to an UpdateResolverEndpoint
request.
sourcepub fn set_resolver_endpoint(self, input: Option<ResolverEndpoint>) -> Self
pub fn set_resolver_endpoint(self, input: Option<ResolverEndpoint>) -> Self
The response to an UpdateResolverEndpoint
request.
sourcepub fn get_resolver_endpoint(&self) -> &Option<ResolverEndpoint>
pub fn get_resolver_endpoint(&self) -> &Option<ResolverEndpoint>
The response to an UpdateResolverEndpoint
request.
sourcepub fn build(self) -> UpdateResolverEndpointOutput
pub fn build(self) -> UpdateResolverEndpointOutput
Consumes the builder and constructs a UpdateResolverEndpointOutput
.
Trait Implementations§
source§impl Clone for UpdateResolverEndpointOutputBuilder
impl Clone for UpdateResolverEndpointOutputBuilder
source§fn clone(&self) -> UpdateResolverEndpointOutputBuilder
fn clone(&self) -> UpdateResolverEndpointOutputBuilder
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 UpdateResolverEndpointOutputBuilder
impl Default for UpdateResolverEndpointOutputBuilder
source§fn default() -> UpdateResolverEndpointOutputBuilder
fn default() -> UpdateResolverEndpointOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateResolverEndpointOutputBuilder
impl PartialEq for UpdateResolverEndpointOutputBuilder
source§fn eq(&self, other: &UpdateResolverEndpointOutputBuilder) -> bool
fn eq(&self, other: &UpdateResolverEndpointOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateResolverEndpointOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateResolverEndpointOutputBuilder
impl Send for UpdateResolverEndpointOutputBuilder
impl Sync for UpdateResolverEndpointOutputBuilder
impl Unpin for UpdateResolverEndpointOutputBuilder
impl UnwindSafe for UpdateResolverEndpointOutputBuilder
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.