public class ImportImageRequest extends AbstractModel
| Constructor and Description | 
|---|
| ImportImageRequest() | 
| ImportImageRequest(ImportImageRequest 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. | 
| String | getImageId()Get Image ID. | 
| String | getSourceRegion()Get Source region | 
| void | setImageDescription(String ImageDescription)Set Image description. | 
| void | setImageId(String ImageId)Set Image ID. | 
| void | setSourceRegion(String SourceRegion)Set Source 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, toJsonStringpublic ImportImageRequest()
public ImportImageRequest(ImportImageRequest source)
public String getImageId()
public void setImageId(String ImageId)
ImageId - Image ID.public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription - Image description.public String getSourceRegion()
public void setSourceRegion(String SourceRegion)
SourceRegion - Source regionCopyright © 2022. All rights reserved.