public class GetUploadCredentialsRequest extends AbstractModel
Constructor and Description |
---|
GetUploadCredentialsRequest() |
GetUploadCredentialsRequest(GetUploadCredentialsRequest 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 |
getAssetRegion()
Get 生成包所在地域,详见产品支持的 [地域列表](https://cloud.tencent.com/document/api/1165/42053#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)
|
String |
getBucketKey()
Get 生成包的ZIP包名,例如:server.zip
|
void |
setAssetRegion(String AssetRegion)
Set 生成包所在地域,详见产品支持的 [地域列表](https://cloud.tencent.com/document/api/1165/42053#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)
|
void |
setBucketKey(String BucketKey)
Set 生成包的ZIP包名,例如:server.zip
|
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 GetUploadCredentialsRequest()
public GetUploadCredentialsRequest(GetUploadCredentialsRequest source)
public String getAssetRegion()
public void setAssetRegion(String AssetRegion)
AssetRegion
- 生成包所在地域,详见产品支持的 [地域列表](https://cloud.tencent.com/document/api/1165/42053#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)public String getBucketKey()
public void setBucketKey(String BucketKey)
BucketKey
- 生成包的ZIP包名,例如:server.zipCopyright © 2022. All rights reserved.