public class CreateStackVersionRequest extends AbstractModel
Constructor and Description |
---|
CreateStackVersionRequest() |
CreateStackVersionRequest(CreateStackVersionRequest 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 |
getStackId()
Get 待增加版本的资源栈ID
|
String |
getTemplateUrl()
Get 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
|
String |
getVersionName()
Get 版本名称,不得超过60个字符
|
void |
setDescription(String Description)
Set 版本描述,不得超过200个字符
|
void |
setStackId(String StackId)
Set 待增加版本的资源栈ID
|
void |
setTemplateUrl(String TemplateUrl)
Set 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateStackVersionRequest()
public CreateStackVersionRequest(CreateStackVersionRequest source)
public String getStackId()
public void setStackId(String StackId)
StackId
- 待增加版本的资源栈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 © 2022. All rights reserved.