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 镜像的描述。
|
String |
getImageId()
Get 镜像的Id。
|
String |
getSourceRegion()
Get 源地域
|
void |
setImageDescription(String ImageDescription)
Set 镜像的描述。
|
void |
setImageId(String ImageId)
Set 镜像的Id。
|
void |
setSourceRegion(String SourceRegion)
Set 源地域
|
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 ImportImageRequest()
public ImportImageRequest(ImportImageRequest source)
public String getImageId()
public void setImageId(String ImageId)
ImageId
- 镜像的Id。public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription
- 镜像的描述。public String getSourceRegion()
public void setSourceRegion(String SourceRegion)
SourceRegion
- 源地域Copyright © 2021. All rights reserved.