@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IndiaAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information in India.
| Constructor and Description |
|---|
IndiaAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
IndiaAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getPan()
India pan information associated with the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPan(String pan)
India pan information associated with the account.
|
String |
toString()
Returns a string representation of this object.
|
IndiaAdditionalInfo |
withPan(String pan)
India pan information associated with the account.
|
public void setPan(String pan)
India pan information associated with the account.
pan - India pan information associated with the account.public String getPan()
India pan information associated with the account.
public IndiaAdditionalInfo withPan(String pan)
India pan information associated with the account.
pan - India pan information associated with the account.public String toString()
toString in class ObjectObject.toString()public IndiaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.