// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateEndpointsBatch`](crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl ::std::convert::Into<String>)`](crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - [`endpoint_batch_request(EndpointBatchRequest)`](crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder::endpoint_batch_request) / [`set_endpoint_batch_request(Option<EndpointBatchRequest>)`](crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder::set_endpoint_batch_request): <p>Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.</p>
/// - On success, responds with [`UpdateEndpointsBatchOutput`](crate::operation::update_endpoints_batch::UpdateEndpointsBatchOutput) with field(s):
/// - [`message_body(Option<MessageBody>)`](crate::operation::update_endpoints_batch::UpdateEndpointsBatchOutput::message_body): <p>Provides information about an API request or response.</p>
/// - On failure, responds with [`SdkError<UpdateEndpointsBatchError>`](crate::operation::update_endpoints_batch::UpdateEndpointsBatchError)
pub fn update_endpoints_batch(
&self,
) -> crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder {
crate::operation::update_endpoints_batch::builders::UpdateEndpointsBatchFluentBuilder::new(
self.handle.clone(),
)
}
}