// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetFieldLevelEncryptionProfileConfig`](crate::operation::get_field_level_encryption_profile_config::builders::GetFieldLevelEncryptionProfileConfigFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::get_field_level_encryption_profile_config::builders::GetFieldLevelEncryptionProfileConfigFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_field_level_encryption_profile_config::builders::GetFieldLevelEncryptionProfileConfigFluentBuilder::set_id):<br>required: **true**<br><p>Get the ID for the field-level encryption profile configuration information.</p><br>
/// - On success, responds with [`GetFieldLevelEncryptionProfileConfigOutput`](crate::operation::get_field_level_encryption_profile_config::GetFieldLevelEncryptionProfileConfigOutput) with field(s):
/// - [`field_level_encryption_profile_config(Option<FieldLevelEncryptionProfileConfig>)`](crate::operation::get_field_level_encryption_profile_config::GetFieldLevelEncryptionProfileConfigOutput::field_level_encryption_profile_config): <p>Return the field-level encryption profile configuration information.</p>
/// - [`e_tag(Option<String>)`](crate::operation::get_field_level_encryption_profile_config::GetFieldLevelEncryptionProfileConfigOutput::e_tag): <p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>
/// - On failure, responds with [`SdkError<GetFieldLevelEncryptionProfileConfigError>`](crate::operation::get_field_level_encryption_profile_config::GetFieldLevelEncryptionProfileConfigError)
pub fn get_field_level_encryption_profile_config(
&self,
) -> crate::operation::get_field_level_encryption_profile_config::builders::GetFieldLevelEncryptionProfileConfigFluentBuilder {
crate::operation::get_field_level_encryption_profile_config::builders::GetFieldLevelEncryptionProfileConfigFluentBuilder::new(
self.handle.clone(),
)
}
}