Struct aws_sdk_glue::model::code_gen_node::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CodeGenNode
Implementations
A node identifier that is unique within the node's graph.
A node identifier that is unique within the node's graph.
The type of node that this is.
Appends an item to args.
To override the contents of this collection use set_args.
Properties of the node, in the form of name-value pairs.
Properties of the node, in the form of name-value pairs.
The line number of the node.
The line number of the node.
Consumes the builder and constructs a CodeGenNode
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
