Package | Description |
---|---|
com.tencentcloudapi.ses.v20201002.models |
Modifier and Type | Method and Description |
---|---|
Template |
SendEmailRequest.getTemplate()
Get 使用模板发送时,填写的模板相关参数。因 Simple 已经废除使用,Template 为必填项
|
Template |
SendTaskData.getTemplate()
Get 模板和模板数据
注意:此字段可能返回 null,表示取不到有效值。
|
Template |
BatchSendEmailRequest.getTemplate()
Get 使用模板发送时,填写的模板相关参数
|
Modifier and Type | Method and Description |
---|---|
void |
SendEmailRequest.setTemplate(Template Template)
Set 使用模板发送时,填写的模板相关参数。因 Simple 已经废除使用,Template 为必填项
|
void |
SendTaskData.setTemplate(Template Template)
Set 模板和模板数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
BatchSendEmailRequest.setTemplate(Template Template)
Set 使用模板发送时,填写的模板相关参数
|
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.