1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeMyUserProfile`](crate::operation::describe_my_user_profile::builders::DescribeMyUserProfileFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_my_user_profile::builders::DescribeMyUserProfileFluentBuilder::send) it.
    /// - On success, responds with [`DescribeMyUserProfileOutput`](crate::operation::describe_my_user_profile::DescribeMyUserProfileOutput) with field(s):
    ///   - [`user_profile(Option<SelfUserProfile>)`](crate::operation::describe_my_user_profile::DescribeMyUserProfileOutput::user_profile): <p>A <code>UserProfile</code> object that describes the user's SSH information.</p>
    /// - On failure, responds with [`SdkError<DescribeMyUserProfileError>`](crate::operation::describe_my_user_profile::DescribeMyUserProfileError)
    pub fn describe_my_user_profile(&self) -> crate::operation::describe_my_user_profile::builders::DescribeMyUserProfileFluentBuilder {
        crate::operation::describe_my_user_profile::builders::DescribeMyUserProfileFluentBuilder::new(self.handle.clone())
    }
}