@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 Object
Object.toString()
public IndiaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.