// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetAccountProperties`](crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder::send) it.
/// - On success, responds with [`GetAccountPropertiesOutput`](crate::operation::get_account_properties::GetAccountPropertiesOutput) with field(s):
/// - [`properties(Option<HashMap::<String, String>>)`](crate::operation::get_account_properties::GetAccountPropertiesOutput::properties): <p>A map of account property key-value pairs. Keys are in the format <code>Namespace/PropertyName</code>.</p>
/// - On failure, responds with [`SdkError<GetAccountPropertiesError>`](crate::operation::get_account_properties::GetAccountPropertiesError)
pub fn get_account_properties(&self) -> crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder {
crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder::new(self.handle.clone())
}
}