@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeorgiaAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in Georgia.
Constructor and Description |
---|
GeorgiaAdditionalInfo() |
Modifier and Type | Method and Description |
---|---|
GeorgiaAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getPersonType()
The legal person or physical person assigned to this TRN in Georgia.
|
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 Georgia.
|
String |
toString()
Returns a string representation of this object.
|
GeorgiaAdditionalInfo |
withPersonType(PersonType personType)
The legal person or physical person assigned to this TRN in Georgia.
|
GeorgiaAdditionalInfo |
withPersonType(String personType)
The legal person or physical person assigned to this TRN in Georgia.
|
public void setPersonType(String personType)
The legal person or physical person assigned to this TRN in Georgia.
personType
- The legal person or physical person assigned to this TRN in Georgia.PersonType
public String getPersonType()
The legal person or physical person assigned to this TRN in Georgia.
PersonType
public GeorgiaAdditionalInfo withPersonType(String personType)
The legal person or physical person assigned to this TRN in Georgia.
personType
- The legal person or physical person assigned to this TRN in Georgia.PersonType
public GeorgiaAdditionalInfo withPersonType(PersonType personType)
The legal person or physical person assigned to this TRN in Georgia.
personType
- The legal person or physical person assigned to this TRN in Georgia.PersonType
public String toString()
toString
in class Object
Object.toString()
public GeorgiaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.