public class DescribeImageManifestsResponse extends AbstractModel
Constructor and Description |
---|
DescribeImageManifestsResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getConfig()
Get 镜像的配置信息
|
String |
getManifest()
Get 镜像的Manifest信息
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setConfig(String Config)
Set 镜像的配置信息
|
void |
setManifest(String Manifest)
Set 镜像的Manifest信息
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 String getManifest()
public void setManifest(String Manifest)
Manifest
- 镜像的Manifest信息public String getConfig()
public void setConfig(String Config)
Config
- 镜像的配置信息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.