Class AdditionalInfoRequest
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AdditionalInfoRequest.Builder,
AdditionalInfoRequest>
Additional tax information associated with your tax registration number (TRN). Depending on the TRN for a specific country, you might need to specify this information when you set your TRN.
You can only specify one of the following parameters and the value can't be empty.
The parameter that you specify must match the country for the TRN, if available. For example, if you set a TRN in
Canada for specific provinces, you must also specify the canadaAdditionalInfo
parameter.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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 to specify for a TRN in Estonia.final GeorgiaAdditionalInfo
Additional tax information to specify for a 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 IndonesiaAdditionalInfo
final IsraelAdditionalInfo
Additional tax information to specify for a TRN in Israel.final ItalyAdditionalInfo
Additional tax information to specify for a TRN in Italy.final KenyaAdditionalInfo
Additional tax information to specify for a TRN in Kenya.final MalaysiaAdditionalInfo
Additional tax information to specify for a 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 AdditionalInfoRequest.Builder> final SouthKoreaAdditionalInfo
Additional tax information to specify for a TRN in South Korea.final SpainAdditionalInfo
Additional tax information to specify for a 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 to specify for a TRN in Turkey.final UkraineAdditionalInfo
Additional tax information associated with your TRN in Ukraine.final UzbekistanAdditionalInfo
Additional tax information to specify for a 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
-
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 to specify for a TRN in Estonia.
- Returns:
- Additional tax information to specify for a TRN in Estonia.
-
georgiaAdditionalInfo
Additional tax information to specify for a TRN in Georgia.
- Returns:
- Additional tax information to specify for a 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.
-
indonesiaAdditionalInfo
-
israelAdditionalInfo
Additional tax information to specify for a TRN in Israel.
- Returns:
- Additional tax information to specify for a TRN in Israel.
-
italyAdditionalInfo
Additional tax information to specify for a TRN in Italy.
- Returns:
- Additional tax information to specify for a TRN in Italy.
-
kenyaAdditionalInfo
Additional tax information to specify for a TRN in Kenya.
- Returns:
- Additional tax information to specify for a TRN in Kenya.
-
malaysiaAdditionalInfo
Additional tax information to specify for a TRN in Malaysia.
- Returns:
- Additional tax information to specify for a 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 to specify for a TRN in South Korea.
- Returns:
- Additional tax information to specify for a TRN in South Korea.
-
spainAdditionalInfo
Additional tax information to specify for a TRN in Spain.
- Returns:
- Additional tax information to specify for a TRN in Spain.
-
turkeyAdditionalInfo
Additional tax information to specify for a TRN in Turkey.
- Returns:
- Additional tax information to specify for a 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 to specify for a TRN in Uzbekistan.
- Returns:
- Additional tax information to specify for a 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<AdditionalInfoRequest.Builder,
AdditionalInfoRequest> - 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.
-