Class CreateStackVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tic.v20201117.models.CreateStackVersionRequest
-
public class CreateStackVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get 版本描述,不得超过200个字符String
getStackId()
Get 待增加版本的资源栈IDString
getTemplateUrl()
Get 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式String
getVersionName()
Get 版本名称,不得超过60个字符void
setDescription(String Description)
Set 版本描述,不得超过200个字符void
setStackId(String StackId)
Set 待增加版本的资源栈IDvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateStackVersionRequest
public CreateStackVersionRequest()
-
CreateStackVersionRequest
public 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.
-
-
Method Detail
-
getStackId
public String getStackId()
Get 待增加版本的资源栈ID- Returns:
- StackId 待增加版本的资源栈ID
-
setStackId
public void setStackId(String StackId)
Set 待增加版本的资源栈ID- Parameters:
StackId
- 待增加版本的资源栈ID
-
getTemplateUrl
public String getTemplateUrl()
Get 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式- Returns:
- TemplateUrl 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
-
setTemplateUrl
public void setTemplateUrl(String TemplateUrl)
Set 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式- Parameters:
TemplateUrl
- 模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
-
getVersionName
public String getVersionName()
Get 版本名称,不得超过60个字符- Returns:
- VersionName 版本名称,不得超过60个字符
-
setVersionName
public void setVersionName(String VersionName)
Set 版本名称,不得超过60个字符- Parameters:
VersionName
- 版本名称,不得超过60个字符
-
getDescription
public String getDescription()
Get 版本描述,不得超过200个字符- Returns:
- Description 版本描述,不得超过200个字符
-
setDescription
public void setDescription(String Description)
Set 版本描述,不得超过200个字符- Parameters:
Description
- 版本描述,不得超过200个字符
-
-