aws_sdk_taxsettings/client/get_tax_inheritance.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`GetTaxInheritance`](crate::operation::get_tax_inheritance::builders::GetTaxInheritanceFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::get_tax_inheritance::builders::GetTaxInheritanceFluentBuilder::send) it.
6 /// - On success, responds with [`GetTaxInheritanceOutput`](crate::operation::get_tax_inheritance::GetTaxInheritanceOutput) with field(s):
7 /// - [`heritage_status(Option<HeritageStatus>)`](crate::operation::get_tax_inheritance::GetTaxInheritanceOutput::heritage_status): <p>The tax inheritance status.</p>
8 /// - On failure, responds with [`SdkError<GetTaxInheritanceError>`](crate::operation::get_tax_inheritance::GetTaxInheritanceError)
9 pub fn get_tax_inheritance(&self) -> crate::operation::get_tax_inheritance::builders::GetTaxInheritanceFluentBuilder {
10 crate::operation::get_tax_inheritance::builders::GetTaxInheritanceFluentBuilder::new(self.handle.clone())
11 }
12}