// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchPutProfileObject`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_name(impl Into<String>)`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::set_domain_name):<br>required: **true**<br><p>The unique name of the domain.</p><br>
/// - [`object_type_name(impl Into<String>)`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::object_type_name) / [`set_object_type_name(Option<String>)`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::set_object_type_name):<br>required: **true**<br><p>The name of the profile object type.</p><br>
/// - [`items(BatchPutProfileObjectRequestItem)`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::items) / [`set_items(Option<Vec::<BatchPutProfileObjectRequestItem>>)`](crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::set_items):<br>required: **true**<br><p>A list of items to add to the domain.</p><br>
/// - On success, responds with [`BatchPutProfileObjectOutput`](crate::operation::batch_put_profile_object::BatchPutProfileObjectOutput) with field(s):
/// - [`successful(Option<Vec::<BatchPutProfileObjectResponseItem>>)`](crate::operation::batch_put_profile_object::BatchPutProfileObjectOutput::successful): <p>A list of items that were successfully added to the domain.</p>
/// - [`failed(Option<Vec::<BatchPutProfileObjectErrorItem>>)`](crate::operation::batch_put_profile_object::BatchPutProfileObjectOutput::failed): <p>A list of items that failed to be added to the domain.</p>
/// - On failure, responds with [`SdkError<BatchPutProfileObjectError>`](crate::operation::batch_put_profile_object::BatchPutProfileObjectError)
pub fn batch_put_profile_object(&self) -> crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder {
crate::operation::batch_put_profile_object::builders::BatchPutProfileObjectFluentBuilder::new(self.handle.clone())
}
}