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 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.
Trait Implementations§
source§impl Clone for BranchBuilder
impl Clone for BranchBuilder
source§fn clone(&self) -> BranchBuilder
fn clone(&self) -> BranchBuilder
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 BranchBuilder
impl Debug for BranchBuilder
source§impl Default for BranchBuilder
impl Default for BranchBuilder
source§fn default() -> BranchBuilder
fn default() -> BranchBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BranchBuilder> for BranchBuilder
impl PartialEq<BranchBuilder> for BranchBuilder
source§fn eq(&self, other: &BranchBuilder) -> bool
fn eq(&self, other: &BranchBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BranchBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BranchBuilder
impl Send for BranchBuilder
impl Sync for BranchBuilder
impl Unpin for BranchBuilder
impl UnwindSafe for BranchBuilder
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