Struct aws_sdk_opensearch::operation::accept_inbound_connection::builders::AcceptInboundConnectionOutputBuilder
source · #[non_exhaustive]pub struct AcceptInboundConnectionOutputBuilder { /* private fields */ }
Expand description
A builder for AcceptInboundConnectionOutput
.
Implementations§
source§impl AcceptInboundConnectionOutputBuilder
impl AcceptInboundConnectionOutputBuilder
sourcepub fn connection(self, input: InboundConnection) -> Self
pub fn connection(self, input: InboundConnection) -> Self
Information about the accepted inbound connection.
sourcepub fn set_connection(self, input: Option<InboundConnection>) -> Self
pub fn set_connection(self, input: Option<InboundConnection>) -> Self
Information about the accepted inbound connection.
sourcepub fn get_connection(&self) -> &Option<InboundConnection>
pub fn get_connection(&self) -> &Option<InboundConnection>
Information about the accepted inbound connection.
sourcepub fn build(self) -> AcceptInboundConnectionOutput
pub fn build(self) -> AcceptInboundConnectionOutput
Consumes the builder and constructs a AcceptInboundConnectionOutput
.
Trait Implementations§
source§impl Clone for AcceptInboundConnectionOutputBuilder
impl Clone for AcceptInboundConnectionOutputBuilder
source§fn clone(&self) -> AcceptInboundConnectionOutputBuilder
fn clone(&self) -> AcceptInboundConnectionOutputBuilder
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 AcceptInboundConnectionOutputBuilder
impl Default for AcceptInboundConnectionOutputBuilder
source§fn default() -> AcceptInboundConnectionOutputBuilder
fn default() -> AcceptInboundConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AcceptInboundConnectionOutputBuilder
impl PartialEq for AcceptInboundConnectionOutputBuilder
source§fn eq(&self, other: &AcceptInboundConnectionOutputBuilder) -> bool
fn eq(&self, other: &AcceptInboundConnectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AcceptInboundConnectionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AcceptInboundConnectionOutputBuilder
impl Send for AcceptInboundConnectionOutputBuilder
impl Sync for AcceptInboundConnectionOutputBuilder
impl Unpin for AcceptInboundConnectionOutputBuilder
impl UnwindSafe for AcceptInboundConnectionOutputBuilder
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.