public class ModifyImageAttributeRequest extends AbstractModel
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 Image description, which must meet the following requirements:
- It cannot exceed 60 characters.
|
String |
getImageId()
Get Image ID, such as `img-gvbnzy6f`
|
String |
getImageName()
Get Image name, which must meet the following requirements:
It can contain up to 20 characters.
|
void |
setImageDescription(String ImageDescription)
Set Image description, which must meet the following requirements:
- It cannot exceed 60 characters.
|
void |
setImageId(String ImageId)
Set Image ID, such as `img-gvbnzy6f`
|
void |
setImageName(String ImageName)
Set Image name, which must meet the following requirements:
It can contain up to 20 characters.
|
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 ModifyImageAttributeRequest()
public ModifyImageAttributeRequest(ModifyImageAttributeRequest source)
public String getImageId()
public void setImageId(String ImageId)
ImageId
- Image ID, such as `img-gvbnzy6f`public String getImageName()
public void setImageName(String ImageName)
ImageName
- Image name, which must meet the following requirements:
It can contain up to 20 characters.
- The image name cannot be the same as existing image names.public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription
- Image description, which must meet the following requirements:
- It cannot exceed 60 characters.Copyright © 2023. All rights reserved.