@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class INDTaxDocuments extends Object implements Serializable, Cloneable, StructuredPojo
The tax documents required in Amazon Web Services Region in India.
| Constructor and Description |
|---|
INDTaxDocuments() |
| Modifier and Type | Method and Description |
|---|---|
INDTaxDocuments |
clone() |
boolean |
equals(Object obj) |
String |
getGSTIN()
The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
|
String |
toString()
Returns a string representation of this object.
|
INDTaxDocuments |
withGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
|
public void setGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
gSTIN - The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.public String getGSTIN()
The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
public INDTaxDocuments withGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
gSTIN - The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.public String toString()
toString in class ObjectObject.toString()public INDTaxDocuments clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.