Struct aws_sdk_dax::operation::reboot_node::builders::RebootNodeOutputBuilder
source · #[non_exhaustive]pub struct RebootNodeOutputBuilder { /* private fields */ }
Expand description
A builder for RebootNodeOutput
.
Implementations§
source§impl RebootNodeOutputBuilder
impl RebootNodeOutputBuilder
sourcepub fn cluster(self, input: Cluster) -> Self
pub fn cluster(self, input: Cluster) -> Self
A description of the DAX cluster after a node has been rebooted.
sourcepub fn set_cluster(self, input: Option<Cluster>) -> Self
pub fn set_cluster(self, input: Option<Cluster>) -> Self
A description of the DAX cluster after a node has been rebooted.
sourcepub fn get_cluster(&self) -> &Option<Cluster>
pub fn get_cluster(&self) -> &Option<Cluster>
A description of the DAX cluster after a node has been rebooted.
sourcepub fn build(self) -> RebootNodeOutput
pub fn build(self) -> RebootNodeOutput
Consumes the builder and constructs a RebootNodeOutput
.
Trait Implementations§
source§impl Clone for RebootNodeOutputBuilder
impl Clone for RebootNodeOutputBuilder
source§fn clone(&self) -> RebootNodeOutputBuilder
fn clone(&self) -> RebootNodeOutputBuilder
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 Debug for RebootNodeOutputBuilder
impl Debug for RebootNodeOutputBuilder
source§impl Default for RebootNodeOutputBuilder
impl Default for RebootNodeOutputBuilder
source§fn default() -> RebootNodeOutputBuilder
fn default() -> RebootNodeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RebootNodeOutputBuilder
impl PartialEq for RebootNodeOutputBuilder
source§fn eq(&self, other: &RebootNodeOutputBuilder) -> bool
fn eq(&self, other: &RebootNodeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RebootNodeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RebootNodeOutputBuilder
impl Send for RebootNodeOutputBuilder
impl Sync for RebootNodeOutputBuilder
impl Unpin for RebootNodeOutputBuilder
impl UnwindSafe for RebootNodeOutputBuilder
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.