Class ModifyCustomImageAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.ModifyCustomImageAttributeRequest
-
public class ModifyCustomImageAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImageDescription()Get 设置新的镜像描述StringgetImageId()Get 镜像IDStringgetImageName()Get 设置新的镜像名voidsetImageDescription(String ImageDescription)Set 设置新的镜像描述voidsetImageId(String ImageId)Set 镜像IDvoidsetImageName(String ImageName)Set 设置新的镜像名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
-
ModifyCustomImageAttributeRequest
public ModifyCustomImageAttributeRequest()
-
ModifyCustomImageAttributeRequest
public 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.
-
-
Method Detail
-
getImageId
public String getImageId()
Get 镜像ID- Returns:
- ImageId 镜像ID
-
setImageId
public void setImageId(String ImageId)
Set 镜像ID- Parameters:
ImageId- 镜像ID
-
getImageName
public String getImageName()
Get 设置新的镜像名- Returns:
- ImageName 设置新的镜像名
-
setImageName
public void setImageName(String ImageName)
Set 设置新的镜像名- Parameters:
ImageName- 设置新的镜像名
-
getImageDescription
public String getImageDescription()
Get 设置新的镜像描述- Returns:
- ImageDescription 设置新的镜像描述
-
setImageDescription
public void setImageDescription(String ImageDescription)
Set 设置新的镜像描述- Parameters:
ImageDescription- 设置新的镜像描述
-
-