Class CreateStackRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tic.v20201117.models.CreateStackRequest
-
public class CreateStackRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateStackRequest()
CreateStackRequest(CreateStackRequest 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
getStackName()
Get 资源栈名称,不得超过60个字符String
getStackRegion()
Get 资源栈所在地域String
getTemplateUrl()
Get HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式void
setDescription(String Description)
Set 资源栈描述,不得超过200个字符void
setStackName(String StackName)
Set 资源栈名称,不得超过60个字符void
setStackRegion(String StackRegion)
Set 资源栈所在地域void
setTemplateUrl(String TemplateUrl)
Set HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式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
-
CreateStackRequest
public CreateStackRequest()
-
CreateStackRequest
public CreateStackRequest(CreateStackRequest 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
-
getStackName
public String getStackName()
Get 资源栈名称,不得超过60个字符- Returns:
- StackName 资源栈名称,不得超过60个字符
-
setStackName
public void setStackName(String StackName)
Set 资源栈名称,不得超过60个字符- Parameters:
StackName
- 资源栈名称,不得超过60个字符
-
getStackRegion
public String getStackRegion()
Get 资源栈所在地域- Returns:
- StackRegion 资源栈所在地域
-
setStackRegion
public void setStackRegion(String StackRegion)
Set 资源栈所在地域- Parameters:
StackRegion
- 资源栈所在地域
-
getTemplateUrl
public String getTemplateUrl()
Get HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式- Returns:
- TemplateUrl HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
-
setTemplateUrl
public void setTemplateUrl(String TemplateUrl)
Set HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式- Parameters:
TemplateUrl
- HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式
-
getDescription
public String getDescription()
Get 资源栈描述,不得超过200个字符- Returns:
- Description 资源栈描述,不得超过200个字符
-
setDescription
public void setDescription(String Description)
Set 资源栈描述,不得超过200个字符- Parameters:
Description
- 资源栈描述,不得超过200个字符
-
-