@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RomaniaAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information to specify for a TRN in Romania.
| Constructor and Description |
|---|
RomaniaAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
RomaniaAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getTaxRegistrationNumberType()
The tax registration number type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTaxRegistrationNumberType(String taxRegistrationNumberType)
The tax registration number type.
|
String |
toString()
Returns a string representation of this object.
|
RomaniaAdditionalInfo |
withTaxRegistrationNumberType(String taxRegistrationNumberType)
The tax registration number type.
|
RomaniaAdditionalInfo |
withTaxRegistrationNumberType(TaxRegistrationNumberType taxRegistrationNumberType)
The tax registration number type.
|
public void setTaxRegistrationNumberType(String taxRegistrationNumberType)
The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.
taxRegistrationNumberType - The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.TaxRegistrationNumberTypepublic String getTaxRegistrationNumberType()
The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.
TaxRegistrationNumber or
LocalRegistrationNumber.TaxRegistrationNumberTypepublic RomaniaAdditionalInfo withTaxRegistrationNumberType(String taxRegistrationNumberType)
The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.
taxRegistrationNumberType - The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.TaxRegistrationNumberTypepublic RomaniaAdditionalInfo withTaxRegistrationNumberType(TaxRegistrationNumberType taxRegistrationNumberType)
The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.
taxRegistrationNumberType - The tax registration number type. The value can be TaxRegistrationNumber or
LocalRegistrationNumber.TaxRegistrationNumberTypepublic String toString()
toString in class ObjectObject.toString()public RomaniaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.