Struct aws_sdk_dax::types::builders::NodeTypeSpecificValueBuilder
source · #[non_exhaustive]pub struct NodeTypeSpecificValueBuilder { /* private fields */ }
Expand description
A builder for NodeTypeSpecificValue
.
Implementations§
source§impl NodeTypeSpecificValueBuilder
impl NodeTypeSpecificValueBuilder
sourcepub fn node_type(self, input: impl Into<String>) -> Self
pub fn node_type(self, input: impl Into<String>) -> Self
A node type to which the parameter value applies.
sourcepub fn set_node_type(self, input: Option<String>) -> Self
pub fn set_node_type(self, input: Option<String>) -> Self
A node type to which the parameter value applies.
sourcepub fn get_node_type(&self) -> &Option<String>
pub fn get_node_type(&self) -> &Option<String>
A node type to which the parameter value applies.
sourcepub fn build(self) -> NodeTypeSpecificValue
pub fn build(self) -> NodeTypeSpecificValue
Consumes the builder and constructs a NodeTypeSpecificValue
.
Trait Implementations§
source§impl Clone for NodeTypeSpecificValueBuilder
impl Clone for NodeTypeSpecificValueBuilder
source§fn clone(&self) -> NodeTypeSpecificValueBuilder
fn clone(&self) -> NodeTypeSpecificValueBuilder
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 NodeTypeSpecificValueBuilder
impl Debug for NodeTypeSpecificValueBuilder
source§impl Default for NodeTypeSpecificValueBuilder
impl Default for NodeTypeSpecificValueBuilder
source§fn default() -> NodeTypeSpecificValueBuilder
fn default() -> NodeTypeSpecificValueBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for NodeTypeSpecificValueBuilder
impl PartialEq for NodeTypeSpecificValueBuilder
source§fn eq(&self, other: &NodeTypeSpecificValueBuilder) -> bool
fn eq(&self, other: &NodeTypeSpecificValueBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NodeTypeSpecificValueBuilder
Auto Trait Implementations§
impl RefUnwindSafe for NodeTypeSpecificValueBuilder
impl Send for NodeTypeSpecificValueBuilder
impl Sync for NodeTypeSpecificValueBuilder
impl Unpin for NodeTypeSpecificValueBuilder
impl UnwindSafe for NodeTypeSpecificValueBuilder
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.