public class DeleteLiveSnapshotTemplateRequest extends AbstractModel
Constructor and Description |
---|
DeleteLiveSnapshotTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getTemplateId()
Get Template ID.
|
void |
setTemplateId(Long TemplateId)
Set Template ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- Template ID.
1. Get from the returned value of the [CreateLiveSnapshotTemplate](https://intl.cloud.tencent.com/document/product/267/32624?from_cn_redirect=1) API call.
2. You can query the list of created screencapturing templates through the [DescribeLiveSnapshotTemplates](https://intl.cloud.tencent.com/document/product/267/32619?from_cn_redirect=1) API.Copyright © 2020. All rights reserved.