public class DescribeAssetImageRegistryDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeAssetImageRegistryDetailRequest() |
DescribeAssetImageRegistryDetailRequest(DescribeAssetImageRegistryDetailRequest 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 |
---|---|
Long |
getId()
Get List of repository IDs
|
String |
getImageId()
Get Image ID
|
void |
setId(Long Id)
Set List of repository IDs
|
void |
setImageId(String ImageId)
Set Image ID
|
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 DescribeAssetImageRegistryDetailRequest()
public DescribeAssetImageRegistryDetailRequest(DescribeAssetImageRegistryDetailRequest source)
public Long getId()
public void setId(Long Id)
Id
- List of repository IDspublic String getImageId()
public void setImageId(String ImageId)
ImageId
- Image IDCopyright © 2023. All rights reserved.