Class DestroyStackRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tic.v20201117.models.DestroyStackRequest
-
public class DestroyStackRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DestroyStackRequest()
DestroyStackRequest(DestroyStackRequest 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
getStackId()
Get 资源栈IDString
getVersionId()
Get 待执行destroy事件的版本IDvoid
setStackId(String StackId)
Set 资源栈IDvoid
setVersionId(String VersionId)
Set 待执行destroy事件的版本IDvoid
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
-
DestroyStackRequest
public DestroyStackRequest()
-
DestroyStackRequest
public DestroyStackRequest(DestroyStackRequest 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
-
getVersionId
public String getVersionId()
Get 待执行destroy事件的版本ID- Returns:
- VersionId 待执行destroy事件的版本ID
-
setVersionId
public void setVersionId(String VersionId)
Set 待执行destroy事件的版本ID- Parameters:
VersionId
- 待执行destroy事件的版本ID
-
-