public class UpdateStackRequest extends AbstractModel
Constructor and Description |
---|
UpdateStackRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 资源栈描述,不得超过200个字符
|
String |
getStackId()
Get 待更新的资源栈ID
|
String |
getStackName()
Get 资源栈名称,不得超过60个字符
|
void |
setDescription(String Description)
Set 资源栈描述,不得超过200个字符
|
void |
setStackId(String StackId)
Set 待更新的资源栈ID
|
void |
setStackName(String StackName)
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 String getStackId()
public void setStackId(String StackId)
StackId
- 待更新的资源栈IDpublic String getStackName()
public void setStackName(String StackName)
StackName
- 资源栈名称,不得超过60个字符public String getDescription()
public void setDescription(String Description)
Description
- 资源栈描述,不得超过200个字符Copyright © 2021. All rights reserved.