@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.UkraineTrnType
public String getUkraineTrnType()
The tax registration type.
UkraineTrnType
public UkraineAdditionalInfo withUkraineTrnType(String ukraineTrnType)
The tax registration type.
ukraineTrnType
- The tax registration type.UkraineTrnType
public UkraineAdditionalInfo withUkraineTrnType(UkraineTrnType ukraineTrnType)
The tax registration type.
ukraineTrnType
- The tax registration type.UkraineTrnType
public String toString()
toString
in class Object
Object.toString()
public UkraineAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.