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