// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetUserEndpoints`](crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder::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>
/// - [`user_id(impl Into<String>)`](crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder::user_id) / [`set_user_id(Option<String>)`](crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder::set_user_id): <p>The unique identifier for the user.</p>
/// - On success, responds with [`GetUserEndpointsOutput`](crate::operation::get_user_endpoints::GetUserEndpointsOutput) with field(s):
/// - [`endpoints_response(Option<EndpointsResponse>)`](crate::operation::get_user_endpoints::GetUserEndpointsOutput::endpoints_response): <p>Provides information about all the endpoints that are associated with a user ID.</p>
/// - On failure, responds with [`SdkError<GetUserEndpointsError>`](crate::operation::get_user_endpoints::GetUserEndpointsError)
pub fn get_user_endpoints(&self) -> crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder {
crate::operation::get_user_endpoints::builders::GetUserEndpointsFluentBuilder::new(self.handle.clone())
}
}