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