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 get_resolver_endpoint(&self) -> &Option<ResolverEndpoint>
pub fn get_resolver_endpoint(&self) -> &Option<ResolverEndpoint>
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 for CreateResolverEndpointOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for CreateResolverEndpointOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateResolverEndpointOutputBuilder
impl Send for CreateResolverEndpointOutputBuilder
impl Sync for CreateResolverEndpointOutputBuilder
impl Unpin for CreateResolverEndpointOutputBuilder
impl UnwindSafe for CreateResolverEndpointOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.