Class AdditionalInfoResponse

java.lang.Object
software.amazon.awssdk.services.taxsettings.model.AdditionalInfoResponse
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AdditionalInfoResponse.Builder,AdditionalInfoResponse>

@Generated("software.amazon.awssdk:codegen") public final class AdditionalInfoResponse extends Object implements SdkPojo, Serializable, 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:
  • Method Details

    • brazilAdditionalInfo

      public final BrazilAdditionalInfo 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

      public final CanadaAdditionalInfo canadaAdditionalInfo()

      Additional tax information associated with your TRN in Canada.

      Returns:
      Additional tax information associated with your TRN in Canada.
    • egyptAdditionalInfo

      public final EgyptAdditionalInfo egyptAdditionalInfo()

      Additional tax information to specify for a TRN in Egypt.

      Returns:
      Additional tax information to specify for a TRN in Egypt.
    • estoniaAdditionalInfo

      public final EstoniaAdditionalInfo estoniaAdditionalInfo()

      Additional tax information associated with your TRN in Estonia.

      Returns:
      Additional tax information associated with your TRN in Estonia.
    • georgiaAdditionalInfo

      public final GeorgiaAdditionalInfo georgiaAdditionalInfo()

      Additional tax information associated with your TRN in Georgia.

      Returns:
      Additional tax information associated with your TRN in Georgia.
    • greeceAdditionalInfo

      public final GreeceAdditionalInfo greeceAdditionalInfo()

      Additional tax information to specify for a TRN in Greece.

      Returns:
      Additional tax information to specify for a TRN in Greece.
    • indiaAdditionalInfo

      public final IndiaAdditionalInfo indiaAdditionalInfo()

      Additional tax information in India.

      Returns:
      Additional tax information in India.
    • indonesiaAdditionalInfo

      public final IndonesiaAdditionalInfo indonesiaAdditionalInfo()

      Additional tax information associated with your TRN in Indonesia.

      Returns:
      Additional tax information associated with your TRN in Indonesia.
    • israelAdditionalInfo

      public final IsraelAdditionalInfo israelAdditionalInfo()

      Additional tax information associated with your TRN in Israel.

      Returns:
      Additional tax information associated with your TRN in Israel.
    • italyAdditionalInfo

      public final ItalyAdditionalInfo italyAdditionalInfo()

      Additional tax information associated with your TRN in Italy.

      Returns:
      Additional tax information associated with your TRN in Italy.
    • kenyaAdditionalInfo

      public final KenyaAdditionalInfo kenyaAdditionalInfo()

      Additional tax information associated with your TRN in Kenya.

      Returns:
      Additional tax information associated with your TRN in Kenya.
    • malaysiaAdditionalInfo

      public final MalaysiaAdditionalInfo malaysiaAdditionalInfo()

      Additional tax information associated with your TRN in Malaysia.

      Returns:
      Additional tax information associated with your TRN in Malaysia.
    • polandAdditionalInfo

      public final PolandAdditionalInfo polandAdditionalInfo()

      Additional tax information associated with your TRN in Poland.

      Returns:
      Additional tax information associated with your TRN in Poland.
    • romaniaAdditionalInfo

      public final RomaniaAdditionalInfo romaniaAdditionalInfo()

      Additional tax information to specify for a TRN in Romania.

      Returns:
      Additional tax information to specify for a TRN in Romania.
    • saudiArabiaAdditionalInfo

      public final SaudiArabiaAdditionalInfo saudiArabiaAdditionalInfo()

      Additional tax information associated with your TRN in Saudi Arabia.

      Returns:
      Additional tax information associated with your TRN in Saudi Arabia.
    • southKoreaAdditionalInfo

      public final SouthKoreaAdditionalInfo southKoreaAdditionalInfo()

      Additional tax information associated with your TRN in South Korea.

      Returns:
      Additional tax information associated with your TRN in South Korea.
    • spainAdditionalInfo

      public final SpainAdditionalInfo spainAdditionalInfo()

      Additional tax information associated with your TRN in Spain.

      Returns:
      Additional tax information associated with your TRN in Spain.
    • turkeyAdditionalInfo

      public final TurkeyAdditionalInfo turkeyAdditionalInfo()

      Additional tax information associated with your TRN in Turkey.

      Returns:
      Additional tax information associated with your TRN in Turkey.
    • ukraineAdditionalInfo

      public final UkraineAdditionalInfo ukraineAdditionalInfo()

      Additional tax information associated with your TRN in Ukraine.

      Returns:
      Additional tax information associated with your TRN in Ukraine.
    • uzbekistanAdditionalInfo

      public final UzbekistanAdditionalInfo uzbekistanAdditionalInfo()

      Additional tax information associated with your TRN in Uzbekistan.

      Returns:
      Additional tax information associated with your TRN in Uzbekistan.
    • vietnamAdditionalInfo

      public final VietnamAdditionalInfo vietnamAdditionalInfo()

      Additional tax information to specify for a TRN in Vietnam.

      Returns:
      Additional tax information to specify for a TRN in Vietnam.
    • toBuilder

      public AdditionalInfoResponse.Builder 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 interface ToCopyableBuilder<AdditionalInfoResponse.Builder,AdditionalInfoResponse>
      Returns:
      a builder for type T
    • builder

      public static AdditionalInfoResponse.Builder builder()
    • serializableBuilderClass

      public static Class<? extends AdditionalInfoResponse.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      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 an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.