Struct aws_sdk_iotfleetwise::types::builders::NodeCountsBuilder
source · #[non_exhaustive]pub struct NodeCountsBuilder { /* private fields */ }Expand description
A builder for NodeCounts.
Implementations§
source§impl NodeCountsBuilder
impl NodeCountsBuilder
sourcepub fn total_nodes(self, input: i32) -> Self
pub fn total_nodes(self, input: i32) -> Self
The total number of nodes in a vehicle network.
sourcepub fn set_total_nodes(self, input: Option<i32>) -> Self
pub fn set_total_nodes(self, input: Option<i32>) -> Self
The total number of nodes in a vehicle network.
sourcepub fn total_branches(self, input: i32) -> Self
pub fn total_branches(self, input: i32) -> Self
The total number of nodes in a vehicle network that represent branches.
sourcepub fn set_total_branches(self, input: Option<i32>) -> Self
pub fn set_total_branches(self, input: Option<i32>) -> Self
The total number of nodes in a vehicle network that represent branches.
sourcepub fn total_sensors(self, input: i32) -> Self
pub fn total_sensors(self, input: i32) -> Self
The total number of nodes in a vehicle network that represent sensors.
sourcepub fn set_total_sensors(self, input: Option<i32>) -> Self
pub fn set_total_sensors(self, input: Option<i32>) -> Self
The total number of nodes in a vehicle network that represent sensors.
sourcepub fn total_attributes(self, input: i32) -> Self
pub fn total_attributes(self, input: i32) -> Self
The total number of nodes in a vehicle network that represent attributes.
sourcepub fn set_total_attributes(self, input: Option<i32>) -> Self
pub fn set_total_attributes(self, input: Option<i32>) -> Self
The total number of nodes in a vehicle network that represent attributes.
sourcepub fn total_actuators(self, input: i32) -> Self
pub fn total_actuators(self, input: i32) -> Self
The total number of nodes in a vehicle network that represent actuators.
sourcepub fn set_total_actuators(self, input: Option<i32>) -> Self
pub fn set_total_actuators(self, input: Option<i32>) -> Self
The total number of nodes in a vehicle network that represent actuators.
sourcepub fn build(self) -> NodeCounts
pub fn build(self) -> NodeCounts
Consumes the builder and constructs a NodeCounts.
Trait Implementations§
source§impl Clone for NodeCountsBuilder
impl Clone for NodeCountsBuilder
source§fn clone(&self) -> NodeCountsBuilder
fn clone(&self) -> NodeCountsBuilder
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 NodeCountsBuilder
impl Debug for NodeCountsBuilder
source§impl Default for NodeCountsBuilder
impl Default for NodeCountsBuilder
source§fn default() -> NodeCountsBuilder
fn default() -> NodeCountsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<NodeCountsBuilder> for NodeCountsBuilder
impl PartialEq<NodeCountsBuilder> for NodeCountsBuilder
source§fn eq(&self, other: &NodeCountsBuilder) -> bool
fn eq(&self, other: &NodeCountsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NodeCountsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for NodeCountsBuilder
impl Send for NodeCountsBuilder
impl Sync for NodeCountsBuilder
impl Unpin for NodeCountsBuilder
impl UnwindSafe for NodeCountsBuilder
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