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 |
---|---|
Boolean |
getImageDeprecated()
Get Sets whether the image is deprecated;
|
String |
getImageDescription()
Get New image description, which should meet the following requirement:It should not exceed 256 characters.
|
String |
getImageFamily()
Get Sets the image family;
|
String |
getImageId()
Get Image ID, such as `img-gvbnzy6f`.
|
String |
getImageName()
Get New image name, which should meet the following requirements:It should not exceed 60 characters.It should be unique.
|
void |
setImageDeprecated(Boolean ImageDeprecated)
Set Sets whether the image is deprecated;
|
void |
setImageDescription(String ImageDescription)
Set New image description, which should meet the following requirement:It should not exceed 256 characters.
|
void |
setImageFamily(String ImageFamily)
Set Sets the image family;
|
void |
setImageId(String ImageId)
Set Image ID, such as `img-gvbnzy6f`.
|
void |
setImageName(String ImageName)
Set New image name, which should meet the following requirements:It should not exceed 60 characters.It should be unique.
|
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 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 ID in the following ways:public String getImageName()
public void setImageName(String ImageName)
ImageName
- New image name, which should meet the following requirements:public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription
- New image description, which should meet the following requirement:public String getImageFamily()
public void setImageFamily(String ImageFamily)
ImageFamily
- Sets the image family;public Boolean getImageDeprecated()
public void setImageDeprecated(Boolean ImageDeprecated)
ImageDeprecated
- Sets whether the image is deprecated;Copyright © 2025. All rights reserved.