// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetProfile`](crate::operation::get_profile::builders::GetProfileFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`profile_id(impl Into<String>)`](crate::operation::get_profile::builders::GetProfileFluentBuilder::profile_id) / [`set_profile_id(Option<String>)`](crate::operation::get_profile::builders::GetProfileFluentBuilder::set_profile_id):<br>required: **true**<br><p>Specifies the unique, system-generated identifier for the profile.</p><br>
/// - On success, responds with [`GetProfileOutput`](crate::operation::get_profile::GetProfileOutput) with field(s):
/// - [`profile_id(String)`](crate::operation::get_profile::GetProfileOutput::profile_id): <p>Returns the unique, system-generated identifier for the profile.</p>
/// - [`profile_arn(String)`](crate::operation::get_profile::GetProfileOutput::profile_arn): <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
/// - [`name(String)`](crate::operation::get_profile::GetProfileOutput::name): <p>Returns the name of the profile, used to identify it.</p>
/// - [`email(Option<String>)`](crate::operation::get_profile::GetProfileOutput::email): <p>Returns the email address associated with this customer profile.</p>
/// - [`phone(String)`](crate::operation::get_profile::GetProfileOutput::phone): <p>Returns the phone number associated with the profile.</p>
/// - [`business_name(String)`](crate::operation::get_profile::GetProfileOutput::business_name): <p>Returns the name for the business associated with this profile.</p>
/// - [`logging(Option<Logging>)`](crate::operation::get_profile::GetProfileOutput::logging): <p>Returns whether or not logging is enabled for this profile.</p>
/// - [`log_group_name(Option<String>)`](crate::operation::get_profile::GetProfileOutput::log_group_name): <p>Returns the name of the logging group.</p>
/// - [`created_at(DateTime)`](crate::operation::get_profile::GetProfileOutput::created_at): <p>Returns a timestamp for creation date and time of the transformer.</p>
/// - [`modified_at(Option<DateTime>)`](crate::operation::get_profile::GetProfileOutput::modified_at): <p>Returns a timestamp for last time the profile was modified.</p>
/// - On failure, responds with [`SdkError<GetProfileError>`](crate::operation::get_profile::GetProfileError)
pub fn get_profile(&self) -> crate::operation::get_profile::builders::GetProfileFluentBuilder {
crate::operation::get_profile::builders::GetProfileFluentBuilder::new(self.handle.clone())
}
}