Class UpdateStackRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tic.v20201117.models.UpdateStackRequest
-
public class UpdateStackRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateStackRequest()UpdateStackRequest(UpdateStackRequest 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 StringgetDescription()Get 资源栈描述,不得超过200个字符StringgetStackId()Get 待更新的资源栈IDStringgetStackName()Get 资源栈名称,不得超过60个字符voidsetDescription(String Description)Set 资源栈描述,不得超过200个字符voidsetStackId(String StackId)Set 待更新的资源栈IDvoidsetStackName(String StackName)Set 资源栈名称,不得超过60个字符voidtoMap(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
-
UpdateStackRequest
public UpdateStackRequest()
-
UpdateStackRequest
public UpdateStackRequest(UpdateStackRequest 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
-
getStackName
public String getStackName()
Get 资源栈名称,不得超过60个字符- Returns:
- StackName 资源栈名称,不得超过60个字符
-
setStackName
public void setStackName(String StackName)
Set 资源栈名称,不得超过60个字符- Parameters:
StackName- 资源栈名称,不得超过60个字符
-
getDescription
public String getDescription()
Get 资源栈描述,不得超过200个字符- Returns:
- Description 资源栈描述,不得超过200个字符
-
setDescription
public void setDescription(String Description)
Set 资源栈描述,不得超过200个字符- Parameters:
Description- 资源栈描述,不得超过200个字符
-
-