public class ModifyCustomImageAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyCustomImageAttributeRequest() |
ModifyCustomImageAttributeRequest(ModifyCustomImageAttributeRequest 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 |
getImageDescription()
Get 设置新的镜像描述
|
String |
getImageId()
Get 镜像ID
|
String |
getImageName()
Get 设置新的镜像名
|
void |
setImageDescription(String ImageDescription)
Set 设置新的镜像描述
|
void |
setImageId(String ImageId)
Set 镜像ID
|
void |
setImageName(String ImageName)
Set 设置新的镜像名
|
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 ModifyCustomImageAttributeRequest()
public ModifyCustomImageAttributeRequest(ModifyCustomImageAttributeRequest source)
public String getImageId()
public void setImageId(String ImageId)
ImageId
- 镜像IDpublic String getImageName()
public void setImageName(String ImageName)
ImageName
- 设置新的镜像名public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription
- 设置新的镜像描述Copyright © 2022. All rights reserved.