@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
.TaxRegistrationNumberType
public String getTaxRegistrationNumberType()
The tax registration number type. The value can be TaxRegistrationNumber
or
LocalRegistrationNumber
.
TaxRegistrationNumber
or
LocalRegistrationNumber
.TaxRegistrationNumberType
public 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
.TaxRegistrationNumberType
public 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
.TaxRegistrationNumberType
public String toString()
toString
in class Object
Object.toString()
public RomaniaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.