public class UpdateStackRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateStackRequest()
public UpdateStackRequest(UpdateStackRequest source)
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 © 2024. All rights reserved.