Struct aws_sdk_iotfleetwise::types::builders::BranchBuilder
source · #[non_exhaustive]pub struct BranchBuilder { /* private fields */ }
Expand description
A builder for Branch
.
Implementations§
source§impl BranchBuilder
impl BranchBuilder
sourcepub fn fully_qualified_name(self, input: impl Into<String>) -> Self
pub fn fully_qualified_name(self, input: impl Into<String>) -> Self
The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine
.
sourcepub fn set_fully_qualified_name(self, input: Option<String>) -> Self
pub fn set_fully_qualified_name(self, input: Option<String>) -> Self
The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine
.
sourcepub fn get_fully_qualified_name(&self) -> &Option<String>
pub fn get_fully_qualified_name(&self) -> &Option<String>
The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine
.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the branch.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the branch.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A brief description of the branch.
sourcepub fn deprecation_message(self, input: impl Into<String>) -> Self
pub fn deprecation_message(self, input: impl Into<String>) -> Self
The deprecation message for the node or the branch that was moved or deleted.
sourcepub fn set_deprecation_message(self, input: Option<String>) -> Self
pub fn set_deprecation_message(self, input: Option<String>) -> Self
The deprecation message for the node or the branch that was moved or deleted.
sourcepub fn get_deprecation_message(&self) -> &Option<String>
pub fn get_deprecation_message(&self) -> &Option<String>
The deprecation message for the node or the branch that was moved or deleted.
sourcepub fn comment(self, input: impl Into<String>) -> Self
pub fn comment(self, input: impl Into<String>) -> Self
A comment in addition to the description.
sourcepub fn set_comment(self, input: Option<String>) -> Self
pub fn set_comment(self, input: Option<String>) -> Self
A comment in addition to the description.
sourcepub fn get_comment(&self) -> &Option<String>
pub fn get_comment(&self) -> &Option<String>
A comment in addition to the description.
Trait Implementations§
source§impl Clone for BranchBuilder
impl Clone for BranchBuilder
source§fn clone(&self) -> BranchBuilder
fn clone(&self) -> BranchBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BranchBuilder
impl Debug for BranchBuilder
source§impl Default for BranchBuilder
impl Default for BranchBuilder
source§fn default() -> BranchBuilder
fn default() -> BranchBuilder
source§impl PartialEq for BranchBuilder
impl PartialEq for BranchBuilder
source§fn eq(&self, other: &BranchBuilder) -> bool
fn eq(&self, other: &BranchBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.