#[non_exhaustive]pub struct UpdateWorkerOutputBuilder { /* private fields */ }Expand description
A builder for UpdateWorkerOutput.
Implementations§
source§impl UpdateWorkerOutputBuilder
impl UpdateWorkerOutputBuilder
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
Timestamp at which the resource was last updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
Timestamp at which the resource was last updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
Timestamp at which the resource was last updated.
sourcepub fn additional_transient_properties(self, input: impl Into<String>) -> Self
pub fn additional_transient_properties(self, input: impl Into<String>) -> Self
JSON blob containing unstructured worker properties that are transient and may change during regular operation.
sourcepub fn set_additional_transient_properties(self, input: Option<String>) -> Self
pub fn set_additional_transient_properties(self, input: Option<String>) -> Self
JSON blob containing unstructured worker properties that are transient and may change during regular operation.
sourcepub fn get_additional_transient_properties(&self) -> &Option<String>
pub fn get_additional_transient_properties(&self) -> &Option<String>
JSON blob containing unstructured worker properties that are transient and may change during regular operation.
sourcepub fn additional_fixed_properties(self, input: impl Into<String>) -> Self
pub fn additional_fixed_properties(self, input: impl Into<String>) -> Self
JSON blob containing unstructured worker properties that are fixed and won’t change during regular operation.
sourcepub fn set_additional_fixed_properties(self, input: Option<String>) -> Self
pub fn set_additional_fixed_properties(self, input: Option<String>) -> Self
JSON blob containing unstructured worker properties that are fixed and won’t change during regular operation.
sourcepub fn get_additional_fixed_properties(&self) -> &Option<String>
pub fn get_additional_fixed_properties(&self) -> &Option<String>
JSON blob containing unstructured worker properties that are fixed and won’t change during regular operation.
sourcepub fn orientation(self, input: Orientation) -> Self
pub fn orientation(self, input: Orientation) -> Self
Worker orientation measured in units clockwise from north.
sourcepub fn set_orientation(self, input: Option<Orientation>) -> Self
pub fn set_orientation(self, input: Option<Orientation>) -> Self
Worker orientation measured in units clockwise from north.
sourcepub fn get_orientation(&self) -> &Option<Orientation>
pub fn get_orientation(&self) -> &Option<Orientation>
Worker orientation measured in units clockwise from north.
sourcepub fn vendor_properties(self, input: VendorProperties) -> Self
pub fn vendor_properties(self, input: VendorProperties) -> Self
Properties of the worker that are provided by the vendor FMS.
sourcepub fn set_vendor_properties(self, input: Option<VendorProperties>) -> Self
pub fn set_vendor_properties(self, input: Option<VendorProperties>) -> Self
Properties of the worker that are provided by the vendor FMS.
sourcepub fn get_vendor_properties(&self) -> &Option<VendorProperties>
pub fn get_vendor_properties(&self) -> &Option<VendorProperties>
Properties of the worker that are provided by the vendor FMS.
sourcepub fn position(self, input: PositionCoordinates) -> Self
pub fn position(self, input: PositionCoordinates) -> Self
Supported coordinates for worker position.
sourcepub fn set_position(self, input: Option<PositionCoordinates>) -> Self
pub fn set_position(self, input: Option<PositionCoordinates>) -> Self
Supported coordinates for worker position.
sourcepub fn get_position(&self) -> &Option<PositionCoordinates>
pub fn get_position(&self) -> &Option<PositionCoordinates>
Supported coordinates for worker position.
sourcepub fn build(self) -> UpdateWorkerOutput
pub fn build(self) -> UpdateWorkerOutput
Consumes the builder and constructs a UpdateWorkerOutput.
Trait Implementations§
source§impl Clone for UpdateWorkerOutputBuilder
impl Clone for UpdateWorkerOutputBuilder
source§fn clone(&self) -> UpdateWorkerOutputBuilder
fn clone(&self) -> UpdateWorkerOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateWorkerOutputBuilder
impl Debug for UpdateWorkerOutputBuilder
source§impl Default for UpdateWorkerOutputBuilder
impl Default for UpdateWorkerOutputBuilder
source§fn default() -> UpdateWorkerOutputBuilder
fn default() -> UpdateWorkerOutputBuilder
source§impl PartialEq<UpdateWorkerOutputBuilder> for UpdateWorkerOutputBuilder
impl PartialEq<UpdateWorkerOutputBuilder> for UpdateWorkerOutputBuilder
source§fn eq(&self, other: &UpdateWorkerOutputBuilder) -> bool
fn eq(&self, other: &UpdateWorkerOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.