public class CosOutputStorage extends AbstractModel
Constructor and Description |
---|
CosOutputStorage() |
CosOutputStorage(CosOutputStorage 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 The bucket to which the output file of media processing is saved, such as `TopRankVideo-125xxx88`.
|
String |
getRegion()
Get The region of the output bucket, such as `ap-chongqing`.
|
void |
setBucket(String Bucket)
Set The bucket to which the output file of media processing is saved, such as `TopRankVideo-125xxx88`.
|
void |
setRegion(String Region)
Set The region of the output bucket, such as `ap-chongqing`.
|
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 CosOutputStorage()
public CosOutputStorage(CosOutputStorage source)
public String getBucket()
public void setBucket(String Bucket)
Bucket
- The bucket to which the output file of media processing is saved, such as `TopRankVideo-125xxx88`. If this parameter is left empty, the value of the upper layer will be inherited.public String getRegion()
public void setRegion(String Region)
Region
- The region of the output bucket, such as `ap-chongqing`. If this parameter is left empty, the value of the upper layer will be inherited.Copyright © 2023. All rights reserved.