Class AdditionalInfoResponse
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AdditionalInfoResponse.Builder,
AdditionalInfoResponse>
Additional tax information associated with your TRN. The Tax Settings API returns country-specific information in the response when any additional information is present with your TRN for the following countries.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BrazilAdditionalInfo
Additional tax information associated with your TRN in Brazil.builder()
final CanadaAdditionalInfo
Additional tax information associated with your TRN in Canada.final EgyptAdditionalInfo
Additional tax information to specify for a TRN in Egypt.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final EstoniaAdditionalInfo
Additional tax information associated with your TRN in Estonia.final GeorgiaAdditionalInfo
Additional tax information associated with your TRN in Georgia.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final GreeceAdditionalInfo
Additional tax information to specify for a TRN in Greece.final int
hashCode()
final IndiaAdditionalInfo
Additional tax information in India.final IndonesiaAdditionalInfo
Additional tax information associated with your TRN in Indonesia.final IsraelAdditionalInfo
Additional tax information associated with your TRN in Israel.final ItalyAdditionalInfo
Additional tax information associated with your TRN in Italy.final KenyaAdditionalInfo
Additional tax information associated with your TRN in Kenya.final MalaysiaAdditionalInfo
Additional tax information associated with your TRN in Malaysia.final PolandAdditionalInfo
Additional tax information associated with your TRN in Poland.final RomaniaAdditionalInfo
Additional tax information to specify for a TRN in Romania.Additional tax information associated with your TRN in Saudi Arabia.static Class
<? extends AdditionalInfoResponse.Builder> final SouthKoreaAdditionalInfo
Additional tax information associated with your TRN in South Korea.final SpainAdditionalInfo
Additional tax information associated with your TRN in Spain.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final TurkeyAdditionalInfo
Additional tax information associated with your TRN in Turkey.final UkraineAdditionalInfo
Additional tax information associated with your TRN in Ukraine.final UzbekistanAdditionalInfo
Additional tax information associated with your TRN in Uzbekistan.final VietnamAdditionalInfo
Additional tax information to specify for a TRN in Vietnam.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
brazilAdditionalInfo
Additional tax information associated with your TRN in Brazil. The Tax Settings API returns this information in your response when any additional information is present with your TRN in Brazil.
- Returns:
- Additional tax information associated with your TRN in Brazil. The Tax Settings API returns this information in your response when any additional information is present with your TRN in Brazil.
-
canadaAdditionalInfo
Additional tax information associated with your TRN in Canada.
- Returns:
- Additional tax information associated with your TRN in Canada.
-
egyptAdditionalInfo
Additional tax information to specify for a TRN in Egypt.
- Returns:
- Additional tax information to specify for a TRN in Egypt.
-
estoniaAdditionalInfo
Additional tax information associated with your TRN in Estonia.
- Returns:
- Additional tax information associated with your TRN in Estonia.
-
georgiaAdditionalInfo
Additional tax information associated with your TRN in Georgia.
- Returns:
- Additional tax information associated with your TRN in Georgia.
-
greeceAdditionalInfo
Additional tax information to specify for a TRN in Greece.
- Returns:
- Additional tax information to specify for a TRN in Greece.
-
indiaAdditionalInfo
Additional tax information in India.
- Returns:
- Additional tax information in India.
-
indonesiaAdditionalInfo
Additional tax information associated with your TRN in Indonesia.
- Returns:
- Additional tax information associated with your TRN in Indonesia.
-
israelAdditionalInfo
Additional tax information associated with your TRN in Israel.
- Returns:
- Additional tax information associated with your TRN in Israel.
-
italyAdditionalInfo
Additional tax information associated with your TRN in Italy.
- Returns:
- Additional tax information associated with your TRN in Italy.
-
kenyaAdditionalInfo
Additional tax information associated with your TRN in Kenya.
- Returns:
- Additional tax information associated with your TRN in Kenya.
-
malaysiaAdditionalInfo
Additional tax information associated with your TRN in Malaysia.
- Returns:
- Additional tax information associated with your TRN in Malaysia.
-
polandAdditionalInfo
Additional tax information associated with your TRN in Poland.
- Returns:
- Additional tax information associated with your TRN in Poland.
-
romaniaAdditionalInfo
Additional tax information to specify for a TRN in Romania.
- Returns:
- Additional tax information to specify for a TRN in Romania.
-
saudiArabiaAdditionalInfo
Additional tax information associated with your TRN in Saudi Arabia.
- Returns:
- Additional tax information associated with your TRN in Saudi Arabia.
-
southKoreaAdditionalInfo
Additional tax information associated with your TRN in South Korea.
- Returns:
- Additional tax information associated with your TRN in South Korea.
-
spainAdditionalInfo
Additional tax information associated with your TRN in Spain.
- Returns:
- Additional tax information associated with your TRN in Spain.
-
turkeyAdditionalInfo
Additional tax information associated with your TRN in Turkey.
- Returns:
- Additional tax information associated with your TRN in Turkey.
-
ukraineAdditionalInfo
Additional tax information associated with your TRN in Ukraine.
- Returns:
- Additional tax information associated with your TRN in Ukraine.
-
uzbekistanAdditionalInfo
Additional tax information associated with your TRN in Uzbekistan.
- Returns:
- Additional tax information associated with your TRN in Uzbekistan.
-
vietnamAdditionalInfo
Additional tax information to specify for a TRN in Vietnam.
- Returns:
- Additional tax information to specify for a TRN in Vietnam.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AdditionalInfoResponse.Builder,
AdditionalInfoResponse> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-