Interface GetTaxInheritanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTaxInheritanceResponse.Builder,,GetTaxInheritanceResponse> SdkBuilder<GetTaxInheritanceResponse.Builder,,GetTaxInheritanceResponse> SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
GetTaxInheritanceResponse
@Mutable
@NotThreadSafe
public static interface GetTaxInheritanceResponse.Builder
extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<GetTaxInheritanceResponse.Builder,GetTaxInheritanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionheritageStatus(String heritageStatus) The tax inheritance status.heritageStatus(HeritageStatus heritageStatus) The tax inheritance status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.taxsettings.model.TaxSettingsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
heritageStatus
The tax inheritance status.
- Parameters:
heritageStatus- The tax inheritance status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
heritageStatus
The tax inheritance status.
- Parameters:
heritageStatus- The tax inheritance status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-