// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetHubConfiguration`](crate::operation::get_hub_configuration::builders::GetHubConfigurationFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::get_hub_configuration::builders::GetHubConfigurationFluentBuilder::send) it.
/// - On success, responds with [`GetHubConfigurationOutput`](crate::operation::get_hub_configuration::GetHubConfigurationOutput) with field(s):
/// - [`hub_token_timer_expiry_setting_in_seconds(Option<i64>)`](crate::operation::get_hub_configuration::GetHubConfigurationOutput::hub_token_timer_expiry_setting_in_seconds): <p>A user-defined integer value that represents the hub token timer expiry setting in seconds.</p>
/// - [`updated_at(Option<DateTime>)`](crate::operation::get_hub_configuration::GetHubConfigurationOutput::updated_at): <p>The timestamp value of when the hub configuration was updated.</p>
/// - On failure, responds with [`SdkError<GetHubConfigurationError>`](crate::operation::get_hub_configuration::GetHubConfigurationError)
pub fn get_hub_configuration(&self) -> crate::operation::get_hub_configuration::builders::GetHubConfigurationFluentBuilder {
crate::operation::get_hub_configuration::builders::GetHubConfigurationFluentBuilder::new(self.handle.clone())
}
}