#[non_exhaustive]pub struct CreateNodeOutputBuilder { /* private fields */ }
Expand description
A builder for CreateNodeOutput
.
Implementations§
source§impl CreateNodeOutputBuilder
impl CreateNodeOutputBuilder
sourcepub fn set_node_id(self, input: Option<String>) -> Self
pub fn set_node_id(self, input: Option<String>) -> Self
The unique identifier of the node.
sourcepub fn build(self) -> CreateNodeOutput
pub fn build(self) -> CreateNodeOutput
Consumes the builder and constructs a CreateNodeOutput
.
Trait Implementations§
source§impl Clone for CreateNodeOutputBuilder
impl Clone for CreateNodeOutputBuilder
source§fn clone(&self) -> CreateNodeOutputBuilder
fn clone(&self) -> CreateNodeOutputBuilder
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 CreateNodeOutputBuilder
impl Debug for CreateNodeOutputBuilder
source§impl Default for CreateNodeOutputBuilder
impl Default for CreateNodeOutputBuilder
source§fn default() -> CreateNodeOutputBuilder
fn default() -> CreateNodeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateNodeOutputBuilder> for CreateNodeOutputBuilder
impl PartialEq<CreateNodeOutputBuilder> for CreateNodeOutputBuilder
source§fn eq(&self, other: &CreateNodeOutputBuilder) -> bool
fn eq(&self, other: &CreateNodeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.