public class CosInputInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CosInputInfo()  | 
CosInputInfo(CosInputInfo 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 
 | 
String | 
getObject()
Get 
 | 
String | 
getRegion()
Get 
 | 
void | 
setBucket(String Bucket)
Set 
 | 
void | 
setObject(String Object)
Set 
 | 
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 CosInputInfo()
public CosInputInfo(CosInputInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - public String getRegion()
public void setRegion(String Region)
Region - public String getObject()
public void setObject(String Object)
Object - Copyright © 2025. All rights reserved.