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