public class UpdateStackVersionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateStackVersionRequest() |
UpdateStackVersionRequest(UpdateStackVersionRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 版本描述,不得超过200个字符
|
String |
getTemplateUrl()
Get 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
|
String |
getVersionId()
Get 待更新的版本ID
|
String |
getVersionName()
Get 版本名称,不得超过60个字符
|
void |
setDescription(String Description)
Set 版本描述,不得超过200个字符
|
void |
setTemplateUrl(String TemplateUrl)
Set 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
|
void |
setVersionId(String VersionId)
Set 待更新的版本ID
|
void |
setVersionName(String VersionName)
Set 版本名称,不得超过60个字符
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateStackVersionRequest()
public UpdateStackVersionRequest(UpdateStackVersionRequest source)
public String getVersionId()
public void setVersionId(String VersionId)
VersionId
- 待更新的版本IDpublic String getTemplateUrl()
public void setTemplateUrl(String TemplateUrl)
TemplateUrl
- 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式public String getVersionName()
public void setVersionName(String VersionName)
VersionName
- 版本名称,不得超过60个字符public String getDescription()
public void setDescription(String Description)
Description
- 版本描述,不得超过200个字符Copyright © 2024. All rights reserved.