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