Struct aws_sdk_iotsitewise::operation::delete_asset_model_composite_model::builders::DeleteAssetModelCompositeModelOutputBuilder
source · #[non_exhaustive]pub struct DeleteAssetModelCompositeModelOutputBuilder { /* private fields */ }Expand description
A builder for DeleteAssetModelCompositeModelOutput.
Implementations§
source§impl DeleteAssetModelCompositeModelOutputBuilder
impl DeleteAssetModelCompositeModelOutputBuilder
sourcepub fn asset_model_status(self, input: AssetModelStatus) -> Self
pub fn asset_model_status(self, input: AssetModelStatus) -> Self
Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.
This field is required.sourcepub fn set_asset_model_status(self, input: Option<AssetModelStatus>) -> Self
pub fn set_asset_model_status(self, input: Option<AssetModelStatus>) -> Self
Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.
sourcepub fn get_asset_model_status(&self) -> &Option<AssetModelStatus>
pub fn get_asset_model_status(&self) -> &Option<AssetModelStatus>
Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.
sourcepub fn build(self) -> DeleteAssetModelCompositeModelOutput
pub fn build(self) -> DeleteAssetModelCompositeModelOutput
Consumes the builder and constructs a DeleteAssetModelCompositeModelOutput.
Trait Implementations§
source§impl Clone for DeleteAssetModelCompositeModelOutputBuilder
impl Clone for DeleteAssetModelCompositeModelOutputBuilder
source§fn clone(&self) -> DeleteAssetModelCompositeModelOutputBuilder
fn clone(&self) -> DeleteAssetModelCompositeModelOutputBuilder
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 Default for DeleteAssetModelCompositeModelOutputBuilder
impl Default for DeleteAssetModelCompositeModelOutputBuilder
source§fn default() -> DeleteAssetModelCompositeModelOutputBuilder
fn default() -> DeleteAssetModelCompositeModelOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteAssetModelCompositeModelOutputBuilder
impl PartialEq for DeleteAssetModelCompositeModelOutputBuilder
source§fn eq(&self, other: &DeleteAssetModelCompositeModelOutputBuilder) -> bool
fn eq(&self, other: &DeleteAssetModelCompositeModelOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteAssetModelCompositeModelOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteAssetModelCompositeModelOutputBuilder
impl RefUnwindSafe for DeleteAssetModelCompositeModelOutputBuilder
impl Send for DeleteAssetModelCompositeModelOutputBuilder
impl Sync for DeleteAssetModelCompositeModelOutputBuilder
impl Unpin for DeleteAssetModelCompositeModelOutputBuilder
impl UnwindSafe for DeleteAssetModelCompositeModelOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.