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 of the data source account
|
String |
getSrcSecretKey()
Get SecretKey of the data source account
|
String |
getSrcService()
Get Data source service provider.
|
void |
setSrcSecretId(String SrcSecretId)
Set SecretId of the data source account
|
void |
setSrcSecretKey(String SrcSecretKey)
Set SecretKey of the data source account
|
void |
setSrcService(String SrcService)
Set Data source service provider.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBucketListRequest()
public DescribeBucketListRequest(DescribeBucketListRequest source)
public String getSrcService()
public void setSrcService(String SrcService)
SrcService
- Data source service provider. Valid values: `COS` (Tencent Cloud COS), `OSS` (Alibaba Cloud OSS), and `OBS` (Huawei Cloud OBS).public String getSrcSecretId()
public void setSrcSecretId(String SrcSecretId)
SrcSecretId
- SecretId of the data source accountpublic String getSrcSecretKey()
public void setSrcSecretKey(String SrcSecretKey)
SrcSecretKey
- SecretKey of the data source accountCopyright © 2024. All rights reserved.