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