public class ModifyImageAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyImageAttributeRequest() |
ModifyImageAttributeRequest(ModifyImageAttributeRequest 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 New image description, which must meet the following requirement:
No more than 60 characters. |
String |
getImageId()
Get Image ID such as `img-gvbnzy6f`.
|
String |
getImageName()
Get New image name, which must meet the following requirements:
No more than 20 characters. |
void |
setImageDescription(String ImageDescription)
Set New image description, which must meet the following requirement:
No more than 60 characters. |
void |
setImageId(String ImageId)
Set Image ID such as `img-gvbnzy6f`.
|
void |
setImageName(String ImageName)
Set New image name, which must meet the following requirements:
No more than 20 characters. |
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyImageAttributeRequest()
public ModifyImageAttributeRequest(ModifyImageAttributeRequest source)
public String getImageId()
public void setImageId(String ImageId)
ImageId
- Image ID such as `img-gvbnzy6f`. You can obtain the image IDs in two ways: public String getImageName()
public void setImageName(String ImageName)
ImageName
- New image name, which must meet the following requirements: public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription
- New image description, which must meet the following requirement: Copyright © 2024. All rights reserved.