@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.RegistrationType
public String getRegistrationType()
The registration type in Spain.
RegistrationType
public SpainAdditionalInfo withRegistrationType(String registrationType)
The registration type in Spain.
registrationType
- The registration type in Spain.RegistrationType
public SpainAdditionalInfo withRegistrationType(RegistrationType registrationType)
The registration type in Spain.
registrationType
- The registration type in Spain.RegistrationType
public String toString()
toString
in class Object
Object.toString()
public SpainAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.