@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class INDTaxDocuments extends Object implements Serializable, Cloneable, StructuredPojo
The tax documents required in AWS Regions 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 AWS Regions in India.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in AWS Regions in India.
|
String |
toString()
Returns a string representation of this object.
|
INDTaxDocuments |
withGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in AWS Regions in India.
|
public void setGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in AWS Regions in India.
gSTIN - The Goods and Services Tax (GST) documents required in AWS Regions in India.public String getGSTIN()
The Goods and Services Tax (GST) documents required in AWS Regions in India.
public INDTaxDocuments withGSTIN(String gSTIN)
The Goods and Services Tax (GST) documents required in AWS Regions in India.
gSTIN - The Goods and Services Tax (GST) documents required in AWS Regions in India.public String toString()
toString in class ObjectObject.toString()public INDTaxDocuments clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.