public class RenewImageAuthorizeStateRequest extends AbstractModel
Constructor and Description |
---|
RenewImageAuthorizeStateRequest() |
RenewImageAuthorizeStateRequest(RenewImageAuthorizeStateRequest 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 |
---|---|
Boolean |
getAllImages()
Get 是否全部未授权镜像
|
String[] |
getImageIds()
Get 镜像ids
|
void |
setAllImages(Boolean AllImages)
Set 是否全部未授权镜像
|
void |
setImageIds(String[] ImageIds)
Set 镜像ids
|
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 RenewImageAuthorizeStateRequest()
public RenewImageAuthorizeStateRequest(RenewImageAuthorizeStateRequest source)
public Boolean getAllImages()
public void setAllImages(Boolean AllImages)
AllImages
- 是否全部未授权镜像public String[] getImageIds()
public void setImageIds(String[] ImageIds)
ImageIds
- 镜像idsCopyright © 2023. All rights reserved.