// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchPutAssetPropertyValue`](crate::operation::batch_put_asset_property_value::builders::BatchPutAssetPropertyValueFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`entries(PutAssetPropertyValueEntry)`](crate::operation::batch_put_asset_property_value::builders::BatchPutAssetPropertyValueFluentBuilder::entries) / [`set_entries(Option<Vec::<PutAssetPropertyValueEntry>>)`](crate::operation::batch_put_asset_property_value::builders::BatchPutAssetPropertyValueFluentBuilder::set_entries):<br>required: **true**<br><p>The list of asset property value entries for the batch put request. You can specify up to 10 entries per request.</p><br>
/// - On success, responds with [`BatchPutAssetPropertyValueOutput`](crate::operation::batch_put_asset_property_value::BatchPutAssetPropertyValueOutput) with field(s):
/// - [`error_entries(Vec::<BatchPutAssetPropertyErrorEntry>)`](crate::operation::batch_put_asset_property_value::BatchPutAssetPropertyValueOutput::error_entries): <p>A list of the errors (if any) associated with the batch put request. Each error entry contains the <code>entryId</code> of the entry that failed.</p>
/// - On failure, responds with [`SdkError<BatchPutAssetPropertyValueError>`](crate::operation::batch_put_asset_property_value::BatchPutAssetPropertyValueError)
pub fn batch_put_asset_property_value(
&self,
) -> crate::operation::batch_put_asset_property_value::builders::BatchPutAssetPropertyValueFluentBuilder {
crate::operation::batch_put_asset_property_value::builders::BatchPutAssetPropertyValueFluentBuilder::new(self.handle.clone())
}
}