Struct aws_sdk_iotsitewise::operation::delete_asset_model_composite_model::builders::DeleteAssetModelCompositeModelInputBuilder
source · #[non_exhaustive]pub struct DeleteAssetModelCompositeModelInputBuilder { /* private fields */ }Expand description
A builder for DeleteAssetModelCompositeModelInput.
Implementations§
source§impl DeleteAssetModelCompositeModelInputBuilder
impl DeleteAssetModelCompositeModelInputBuilder
sourcepub fn asset_model_id(self, input: impl Into<String>) -> Self
pub fn asset_model_id(self, input: impl Into<String>) -> Self
The ID of the asset model, in UUID format.
This field is required.sourcepub fn set_asset_model_id(self, input: Option<String>) -> Self
pub fn set_asset_model_id(self, input: Option<String>) -> Self
The ID of the asset model, in UUID format.
sourcepub fn get_asset_model_id(&self) -> &Option<String>
pub fn get_asset_model_id(&self) -> &Option<String>
The ID of the asset model, in UUID format.
sourcepub fn asset_model_composite_model_id(self, input: impl Into<String>) -> Self
pub fn asset_model_composite_model_id(self, input: impl Into<String>) -> Self
The ID of a composite model on this asset model.
This field is required.sourcepub fn set_asset_model_composite_model_id(self, input: Option<String>) -> Self
pub fn set_asset_model_composite_model_id(self, input: Option<String>) -> Self
The ID of a composite model on this asset model.
sourcepub fn get_asset_model_composite_model_id(&self) -> &Option<String>
pub fn get_asset_model_composite_model_id(&self) -> &Option<String>
The ID of a composite model on this asset model.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
sourcepub fn build(self) -> Result<DeleteAssetModelCompositeModelInput, BuildError>
pub fn build(self) -> Result<DeleteAssetModelCompositeModelInput, BuildError>
Consumes the builder and constructs a DeleteAssetModelCompositeModelInput.
source§impl DeleteAssetModelCompositeModelInputBuilder
impl DeleteAssetModelCompositeModelInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAssetModelCompositeModelOutput, SdkError<DeleteAssetModelCompositeModelError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAssetModelCompositeModelOutput, SdkError<DeleteAssetModelCompositeModelError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAssetModelCompositeModelInputBuilder
impl Clone for DeleteAssetModelCompositeModelInputBuilder
source§fn clone(&self) -> DeleteAssetModelCompositeModelInputBuilder
fn clone(&self) -> DeleteAssetModelCompositeModelInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteAssetModelCompositeModelInputBuilder
impl Default for DeleteAssetModelCompositeModelInputBuilder
source§fn default() -> DeleteAssetModelCompositeModelInputBuilder
fn default() -> DeleteAssetModelCompositeModelInputBuilder
source§impl PartialEq for DeleteAssetModelCompositeModelInputBuilder
impl PartialEq for DeleteAssetModelCompositeModelInputBuilder
source§fn eq(&self, other: &DeleteAssetModelCompositeModelInputBuilder) -> bool
fn eq(&self, other: &DeleteAssetModelCompositeModelInputBuilder) -> bool
self and other values to be equal, and is used
by ==.