aws_sdk_datazone/client/get_iam_portal_login_url.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetIamPortalLoginUrl`](crate::operation::get_iam_portal_login_url::builders::GetIamPortalLoginUrlFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_identifier(impl Into<String>)`](crate::operation::get_iam_portal_login_url::builders::GetIamPortalLoginUrlFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::get_iam_portal_login_url::builders::GetIamPortalLoginUrlFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p><br>
/// - On success, responds with [`GetIamPortalLoginUrlOutput`](crate::operation::get_iam_portal_login_url::GetIamPortalLoginUrlOutput) with field(s):
/// - [`auth_code_url(Option<String>)`](crate::operation::get_iam_portal_login_url::GetIamPortalLoginUrlOutput::auth_code_url): <p>The data portal URL of the specified Amazon DataZone domain.</p>
/// - [`user_profile_id(String)`](crate::operation::get_iam_portal_login_url::GetIamPortalLoginUrlOutput::user_profile_id): <p>The ID of the user profile.</p>
/// - On failure, responds with [`SdkError<GetIamPortalLoginUrlError>`](crate::operation::get_iam_portal_login_url::GetIamPortalLoginUrlError)
pub fn get_iam_portal_login_url(&self) -> crate::operation::get_iam_portal_login_url::builders::GetIamPortalLoginUrlFluentBuilder {
crate::operation::get_iam_portal_login_url::builders::GetIamPortalLoginUrlFluentBuilder::new(self.handle.clone())
}
}