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