public class DescribeBucketListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBucketListRequest() |
DescribeBucketListRequest(DescribeBucketListRequest 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 |
getSrcSecretId()
Get 数据源账号的SecretId
|
String |
getSrcSecretKey()
Get 数据源账号的SecretKey
|
String |
getSrcService()
Get 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
|
void |
setSrcSecretId(String SrcSecretId)
Set 数据源账号的SecretId
|
void |
setSrcSecretKey(String SrcSecretKey)
Set 数据源账号的SecretKey
|
void |
setSrcService(String SrcService)
Set 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
|
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 DescribeBucketListRequest()
public DescribeBucketListRequest(DescribeBucketListRequest source)
public String getSrcService()
public void setSrcService(String SrcService)
SrcService
- 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBSpublic String getSrcSecretId()
public void setSrcSecretId(String SrcSecretId)
SrcSecretId
- 数据源账号的SecretIdpublic String getSrcSecretKey()
public void setSrcSecretKey(String SrcSecretKey)
SrcSecretKey
- 数据源账号的SecretKeyCopyright © 2024. All rights reserved.