| Package | Description | 
|---|---|
| com.tencentcloudapi.ses.v20201002.models | 
| Modifier and Type | Method and Description | 
|---|---|
| Template | SendEmailRequest. getTemplate()Get Template parameters for template-based sending. | 
| Template | SendTaskData. getTemplate()Get Template and template data
Note: This field may return `null`, indicating that no valid value can be found. | 
| Template | BatchSendEmailRequest. getTemplate()Get Template when emails are sent using a template | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SendEmailRequest. setTemplate(Template Template)Set Template parameters for template-based sending. | 
| void | SendTaskData. setTemplate(Template Template)Set Template and template data
Note: This field may return `null`, indicating that no valid value can be found. | 
| void | BatchSendEmailRequest. setTemplate(Template Template)Set Template when emails are sent using a template | 
| Constructor and Description | 
|---|
| Template(Template source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
Copyright © 2022. All rights reserved.