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