@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MalaysiaAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in Malaysia.
| Constructor and Description |
|---|
MalaysiaAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
MalaysiaAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
List<String> |
getServiceTaxCodes()
List of service tax codes for your TRN in Malaysia.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setServiceTaxCodes(Collection<String> serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
|
String |
toString()
Returns a string representation of this object.
|
MalaysiaAdditionalInfo |
withServiceTaxCodes(Collection<String> serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
|
MalaysiaAdditionalInfo |
withServiceTaxCodes(MalaysiaServiceTaxCode... serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
|
MalaysiaAdditionalInfo |
withServiceTaxCodes(String... serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
|
public List<String> getServiceTaxCodes()
List of service tax codes for your TRN in Malaysia.
MalaysiaServiceTaxCodepublic void setServiceTaxCodes(Collection<String> serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
serviceTaxCodes - List of service tax codes for your TRN in Malaysia.MalaysiaServiceTaxCodepublic MalaysiaAdditionalInfo withServiceTaxCodes(String... serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
NOTE: This method appends the values to the existing list (if any). Use
setServiceTaxCodes(java.util.Collection) or withServiceTaxCodes(java.util.Collection) if you
want to override the existing values.
serviceTaxCodes - List of service tax codes for your TRN in Malaysia.MalaysiaServiceTaxCodepublic MalaysiaAdditionalInfo withServiceTaxCodes(Collection<String> serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
serviceTaxCodes - List of service tax codes for your TRN in Malaysia.MalaysiaServiceTaxCodepublic MalaysiaAdditionalInfo withServiceTaxCodes(MalaysiaServiceTaxCode... serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
serviceTaxCodes - List of service tax codes for your TRN in Malaysia.MalaysiaServiceTaxCodepublic String toString()
toString in class ObjectObject.toString()public MalaysiaAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.