@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UkraineAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in Ukraine.
| Constructor and Description |
|---|
UkraineAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
UkraineAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getUkraineTrnType()
The tax registration type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUkraineTrnType(String ukraineTrnType)
The tax registration type.
|
String |
toString()
Returns a string representation of this object.
|
UkraineAdditionalInfo |
withUkraineTrnType(String ukraineTrnType)
The tax registration type.
|
UkraineAdditionalInfo |
withUkraineTrnType(UkraineTrnType ukraineTrnType)
The tax registration type.
|
public void setUkraineTrnType(String ukraineTrnType)
The tax registration type.
ukraineTrnType - The tax registration type.UkraineTrnTypepublic String getUkraineTrnType()
The tax registration type.
UkraineTrnTypepublic UkraineAdditionalInfo withUkraineTrnType(String ukraineTrnType)
The tax registration type.
ukraineTrnType - The tax registration type.UkraineTrnTypepublic UkraineAdditionalInfo withUkraineTrnType(UkraineTrnType ukraineTrnType)
The tax registration type.
ukraineTrnType - The tax registration type.UkraineTrnTypepublic String toString()
toString in class ObjectObject.toString()public UkraineAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.