Class TaxSettingsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.taxsettings.model.TaxSettingsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchDeleteTaxRegistrationResponse,BatchGetTaxExemptionsResponse,BatchPutTaxRegistrationResponse,DeleteSupplementalTaxRegistrationResponse,DeleteTaxRegistrationResponse,GetTaxExemptionTypesResponse,GetTaxInheritanceResponse,GetTaxRegistrationDocumentResponse,GetTaxRegistrationResponse,ListSupplementalTaxRegistrationsResponse,ListTaxExemptionsResponse,ListTaxRegistrationsResponse,PutSupplementalTaxRegistrationResponse,PutTaxExemptionResponse,PutTaxInheritanceResponse,PutTaxRegistrationResponse
@Generated("software.amazon.awssdk:codegen") public abstract class TaxSettingsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaxSettingsResponse.Builderprotected static classTaxSettingsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedTaxSettingsResponse(TaxSettingsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxSettingsResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
TaxSettingsResponse
protected TaxSettingsResponse(TaxSettingsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public TaxSettingsResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-