Struct aws_sdk_route53resolver::operation::get_resolver_endpoint::builders::GetResolverEndpointInputBuilder
source · #[non_exhaustive]pub struct GetResolverEndpointInputBuilder { /* private fields */ }Expand description
A builder for GetResolverEndpointInput.
Implementations§
source§impl GetResolverEndpointInputBuilder
impl GetResolverEndpointInputBuilder
sourcepub fn resolver_endpoint_id(self, input: impl Into<String>) -> Self
pub fn resolver_endpoint_id(self, input: impl Into<String>) -> Self
The ID of the Resolver endpoint that you want to get information about.
sourcepub fn set_resolver_endpoint_id(self, input: Option<String>) -> Self
pub fn set_resolver_endpoint_id(self, input: Option<String>) -> Self
The ID of the Resolver endpoint that you want to get information about.
sourcepub fn build(self) -> Result<GetResolverEndpointInput, BuildError>
pub fn build(self) -> Result<GetResolverEndpointInput, BuildError>
Consumes the builder and constructs a GetResolverEndpointInput.
Trait Implementations§
source§impl Clone for GetResolverEndpointInputBuilder
impl Clone for GetResolverEndpointInputBuilder
source§fn clone(&self) -> GetResolverEndpointInputBuilder
fn clone(&self) -> GetResolverEndpointInputBuilder
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 GetResolverEndpointInputBuilder
impl Default for GetResolverEndpointInputBuilder
source§fn default() -> GetResolverEndpointInputBuilder
fn default() -> GetResolverEndpointInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetResolverEndpointInputBuilder> for GetResolverEndpointInputBuilder
impl PartialEq<GetResolverEndpointInputBuilder> for GetResolverEndpointInputBuilder
source§fn eq(&self, other: &GetResolverEndpointInputBuilder) -> bool
fn eq(&self, other: &GetResolverEndpointInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.