@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KenyaAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in Kenya.
| Constructor and Description | 
|---|
| KenyaAdditionalInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| KenyaAdditionalInfo | clone() | 
| boolean | equals(Object obj) | 
| String | getPersonType()
 The legal person or physical person assigned to this TRN in Kenya. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPersonType(String personType)
 The legal person or physical person assigned to this TRN in Kenya. | 
| String | toString()Returns a string representation of this object. | 
| KenyaAdditionalInfo | withPersonType(PersonType personType)
 The legal person or physical person assigned to this TRN in Kenya. | 
| KenyaAdditionalInfo | withPersonType(String personType)
 The legal person or physical person assigned to this TRN in Kenya. | 
public void setPersonType(String personType)
The legal person or physical person assigned to this TRN in Kenya.
personType - The legal person or physical person assigned to this TRN in Kenya.PersonTypepublic String getPersonType()
The legal person or physical person assigned to this TRN in Kenya.
PersonTypepublic KenyaAdditionalInfo withPersonType(String personType)
The legal person or physical person assigned to this TRN in Kenya.
personType - The legal person or physical person assigned to this TRN in Kenya.PersonTypepublic KenyaAdditionalInfo withPersonType(PersonType personType)
The legal person or physical person assigned to this TRN in Kenya.
personType - The legal person or physical person assigned to this TRN in Kenya.PersonTypepublic String toString()
toString in class ObjectObject.toString()public KenyaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.