public class BucketInfo extends AbstractModel
| Constructor and Description | 
|---|
| BucketInfo() | 
| BucketInfo(BucketInfo 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 | getBucket()Get This field indicates a bucket name in Tencent Cloud COS. | 
| String | getObject()Get This field indicates an object key in Tencent Cloud COS. | 
| String | getRegion()Get This field indicates a region where a Tencent Cloud managed data center is deployed. | 
| void | setBucket(String Bucket)Set This field indicates a bucket name in Tencent Cloud COS. | 
| void | setObject(String Object)Set This field indicates an object key in Tencent Cloud COS. | 
| void | setRegion(String Region)Set This field indicates a region where a Tencent Cloud managed data center is deployed. | 
| 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, toJsonStringpublic BucketInfo()
public BucketInfo(BucketInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - This field indicates a bucket name in Tencent Cloud COS. For more information on buckets, see [Basic Concepts](https://intl.cloud.tencent.com/document/product/436/44352?from_cn_redirect=1).public String getRegion()
public void setRegion(String Region)
Region - This field indicates a region where a Tencent Cloud managed data center is deployed. COS data is stored in buckets in these regions.public String getObject()
public void setObject(String Object)
Object - This field indicates an object key in Tencent Cloud COS. An object is stored in a bucket as a basic storage unit. You can manage objects through the Tencent Cloud console, API, or SDK. For more information on objects, see [Object Overview](https://intl.cloud.tencent.com/document/product/436/13324?from_cn_redirect=1).Copyright © 2023. All rights reserved.