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