1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetFieldLevelEncryption`](crate::operation::get_field_level_encryption::builders::GetFieldLevelEncryptionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_field_level_encryption::builders::GetFieldLevelEncryptionFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_field_level_encryption::builders::GetFieldLevelEncryptionFluentBuilder::set_id):<br>required: **true**<br><p>Request the ID for the field-level encryption configuration information.</p><br>
    /// - On success, responds with [`GetFieldLevelEncryptionOutput`](crate::operation::get_field_level_encryption::GetFieldLevelEncryptionOutput) with field(s):
    ///   - [`field_level_encryption(Option<FieldLevelEncryption>)`](crate::operation::get_field_level_encryption::GetFieldLevelEncryptionOutput::field_level_encryption): <p>Return the field-level encryption configuration information.</p>
    ///   - [`e_tag(Option<String>)`](crate::operation::get_field_level_encryption::GetFieldLevelEncryptionOutput::e_tag): <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
    /// - On failure, responds with [`SdkError<GetFieldLevelEncryptionError>`](crate::operation::get_field_level_encryption::GetFieldLevelEncryptionError)
    pub fn get_field_level_encryption(&self) -> crate::operation::get_field_level_encryption::builders::GetFieldLevelEncryptionFluentBuilder {
        crate::operation::get_field_level_encryption::builders::GetFieldLevelEncryptionFluentBuilder::new(self.handle.clone())
    }
}