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 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<DeleteResolverEndpointOutputBuilder> for DeleteResolverEndpointOutputBuilder
impl PartialEq<DeleteResolverEndpointOutputBuilder> 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 ==.