public class SyncImage extends AbstractModel
Constructor and Description |
---|
SyncImage() |
SyncImage(SyncImage 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 |
getImageId()
Get Image ID
|
String |
getRegion()
Get Region
|
void |
setImageId(String ImageId)
Set Image ID
|
void |
setRegion(String Region)
Set Region
|
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 SyncImage()
public SyncImage(SyncImage source)
public String getImageId()
public void setImageId(String ImageId)
ImageId
- Image IDpublic String getRegion()
public void setRegion(String Region)
Region
- RegionCopyright © 2023. All rights reserved.