public class SyncBlueprintRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncBlueprintRequest() |
SyncBlueprintRequest(SyncBlueprintRequest 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 |
getBlueprintId()
Get 镜像ID。
|
String[] |
getDestinationRegions()
Get 同步镜像的目的地域列表。
|
void |
setBlueprintId(String BlueprintId)
Set 镜像ID。
|
void |
setDestinationRegions(String[] DestinationRegions)
Set 同步镜像的目的地域列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SyncBlueprintRequest()
public SyncBlueprintRequest(SyncBlueprintRequest source)
public String getBlueprintId()
public void setBlueprintId(String BlueprintId)
BlueprintId
- 镜像ID。public String[] getDestinationRegions()
public void setDestinationRegions(String[] DestinationRegions)
DestinationRegions
- 同步镜像的目的地域列表。Copyright © 2025. All rights reserved.