Struct aws_sdk_iot::model::asset_property_value::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for AssetPropertyValue.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn value(self, input: AssetPropertyVariant) -> Self
pub fn value(self, input: AssetPropertyVariant) -> Self
The value of the asset property.
sourcepub fn set_value(self, input: Option<AssetPropertyVariant>) -> Self
pub fn set_value(self, input: Option<AssetPropertyVariant>) -> Self
The value of the asset property.
sourcepub fn timestamp(self, input: AssetPropertyTimestamp) -> Self
pub fn timestamp(self, input: AssetPropertyTimestamp) -> Self
The asset property value timestamp.
sourcepub fn set_timestamp(self, input: Option<AssetPropertyTimestamp>) -> Self
pub fn set_timestamp(self, input: Option<AssetPropertyTimestamp>) -> Self
The asset property value timestamp.
sourcepub fn quality(self, input: impl Into<String>) -> Self
pub fn quality(self, input: impl Into<String>) -> Self
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD, BAD, or UNCERTAIN.
sourcepub fn set_quality(self, input: Option<String>) -> Self
pub fn set_quality(self, input: Option<String>) -> Self
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD, BAD, or UNCERTAIN.
sourcepub fn build(self) -> AssetPropertyValue
pub fn build(self) -> AssetPropertyValue
Consumes the builder and constructs a AssetPropertyValue.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more