public class CosBucketItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CosBucketItem() | 
| CosBucketItem(CosBucketItem 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[] | getBuckets()Get COS桶列表。 | 
| String | getRegion()Get 资源所处地域。 | 
| void | setBuckets(String[] Buckets)Set COS桶列表。 | 
| void | setRegion(String Region)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, toJsonStringpublic CosBucketItem()
public CosBucketItem(CosBucketItem source)
public String getRegion()
public void setRegion(String Region)
Region - 资源所处地域。public String[] getBuckets()
public void setBuckets(String[] Buckets)
Buckets - COS桶列表。Copyright © 2025. All rights reserved.