public class ShareBlueprintAcrossAccountsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ShareBlueprintAcrossAccountsRequest() |
ShareBlueprintAcrossAccountsRequest(ShareBlueprintAcrossAccountsRequest 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[] |
getAccountIds()
Get 接收共享镜像的账号Id列表。账号ID不同于QQ号,查询用户账号ID请查看账号信息中的账号ID栏。账号个数取值最大为10。
|
String |
getBlueprintId()
Get 镜像ID, 可以通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回的BlueprintId获取。
|
void |
setAccountIds(String[] AccountIds)
Set 接收共享镜像的账号Id列表。账号ID不同于QQ号,查询用户账号ID请查看账号信息中的账号ID栏。账号个数取值最大为10。
|
void |
setBlueprintId(String BlueprintId)
Set 镜像ID, 可以通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回的BlueprintId获取。
|
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 ShareBlueprintAcrossAccountsRequest()
public ShareBlueprintAcrossAccountsRequest(ShareBlueprintAcrossAccountsRequest source)
public String getBlueprintId()
public void setBlueprintId(String BlueprintId)
BlueprintId
- 镜像ID, 可以通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回的BlueprintId获取。public String[] getAccountIds()
public void setAccountIds(String[] AccountIds)
AccountIds
- 接收共享镜像的账号Id列表。账号ID不同于QQ号,查询用户账号ID请查看账号信息中的账号ID栏。账号个数取值最大为10。Copyright © 2024. All rights reserved.