// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetRole`](crate::operation::get_role::builders::GetRoleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`role_name(impl Into<String>)`](crate::operation::get_role::builders::GetRoleFluentBuilder::role_name) / [`set_role_name(Option<String>)`](crate::operation::get_role::builders::GetRoleFluentBuilder::set_role_name):<br>required: **true**<br><p>The name of the IAM role to get information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p><br>
/// - On success, responds with [`GetRoleOutput`](crate::operation::get_role::GetRoleOutput) with field(s):
/// - [`role(Option<Role>)`](crate::operation::get_role::GetRoleOutput::role): <p>A structure containing details about the IAM role.</p>
/// - On failure, responds with [`SdkError<GetRoleError>`](crate::operation::get_role::GetRoleError)
pub fn get_role(&self) -> crate::operation::get_role::builders::GetRoleFluentBuilder {
crate::operation::get_role::builders::GetRoleFluentBuilder::new(self.handle.clone())
}
}