@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SouthKoreaAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in South Korea.
| Constructor and Description |
|---|
SouthKoreaAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
SouthKoreaAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getBusinessRepresentativeName()
The business legal name based on the most recently uploaded tax registration certificate.
|
String |
getItemOfBusiness()
Item of business based on the most recently uploaded tax registration certificate.
|
String |
getLineOfBusiness()
Line of business based on the most recently uploaded tax registration certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBusinessRepresentativeName(String businessRepresentativeName)
The business legal name based on the most recently uploaded tax registration certificate.
|
void |
setItemOfBusiness(String itemOfBusiness)
Item of business based on the most recently uploaded tax registration certificate.
|
void |
setLineOfBusiness(String lineOfBusiness)
Line of business based on the most recently uploaded tax registration certificate.
|
String |
toString()
Returns a string representation of this object.
|
SouthKoreaAdditionalInfo |
withBusinessRepresentativeName(String businessRepresentativeName)
The business legal name based on the most recently uploaded tax registration certificate.
|
SouthKoreaAdditionalInfo |
withItemOfBusiness(String itemOfBusiness)
Item of business based on the most recently uploaded tax registration certificate.
|
SouthKoreaAdditionalInfo |
withLineOfBusiness(String lineOfBusiness)
Line of business based on the most recently uploaded tax registration certificate.
|
public void setBusinessRepresentativeName(String businessRepresentativeName)
The business legal name based on the most recently uploaded tax registration certificate.
businessRepresentativeName - The business legal name based on the most recently uploaded tax registration certificate.public String getBusinessRepresentativeName()
The business legal name based on the most recently uploaded tax registration certificate.
public SouthKoreaAdditionalInfo withBusinessRepresentativeName(String businessRepresentativeName)
The business legal name based on the most recently uploaded tax registration certificate.
businessRepresentativeName - The business legal name based on the most recently uploaded tax registration certificate.public void setItemOfBusiness(String itemOfBusiness)
Item of business based on the most recently uploaded tax registration certificate.
itemOfBusiness - Item of business based on the most recently uploaded tax registration certificate.public String getItemOfBusiness()
Item of business based on the most recently uploaded tax registration certificate.
public SouthKoreaAdditionalInfo withItemOfBusiness(String itemOfBusiness)
Item of business based on the most recently uploaded tax registration certificate.
itemOfBusiness - Item of business based on the most recently uploaded tax registration certificate.public void setLineOfBusiness(String lineOfBusiness)
Line of business based on the most recently uploaded tax registration certificate.
lineOfBusiness - Line of business based on the most recently uploaded tax registration certificate.public String getLineOfBusiness()
Line of business based on the most recently uploaded tax registration certificate.
public SouthKoreaAdditionalInfo withLineOfBusiness(String lineOfBusiness)
Line of business based on the most recently uploaded tax registration certificate.
lineOfBusiness - Line of business based on the most recently uploaded tax registration certificate.public String toString()
toString in class ObjectObject.toString()public SouthKoreaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.