public class S3InputInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| S3InputInfo() | 
| S3InputInfo(S3InputInfo 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 | getS3Bucket()Get S3 bucket。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3Object()Get S3 bucket 中的媒体资源路径。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3Region()Get S3 bucket 对应的区域,目前支持:  
us-east-1  
eu-west-3
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3SecretId()Get AWS 内网访问 媒体资源的秘钥id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3SecretKey()Get AWS 内网访问 媒体资源的秘钥key。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3Bucket(String S3Bucket)Set S3 bucket。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3Object(String S3Object)Set S3 bucket 中的媒体资源路径。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3Region(String S3Region)Set S3 bucket 对应的区域,目前支持:  
us-east-1  
eu-west-3
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3SecretId(String S3SecretId)Set AWS 内网访问 媒体资源的秘钥id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3SecretKey(String S3SecretKey)Set AWS 内网访问 媒体资源的秘钥key。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 S3InputInfo()
public S3InputInfo(S3InputInfo source)
public String getS3Bucket()
public void setS3Bucket(String S3Bucket)
S3Bucket - S3 bucket。
注意:此字段可能返回 null,表示取不到有效值。public String getS3Region()
public void setS3Region(String S3Region)
S3Region - S3 bucket 对应的区域,目前支持:  
us-east-1  
eu-west-3
注意:此字段可能返回 null,表示取不到有效值。public String getS3Object()
public void setS3Object(String S3Object)
S3Object - S3 bucket 中的媒体资源路径。
注意:此字段可能返回 null,表示取不到有效值。public String getS3SecretId()
public void setS3SecretId(String S3SecretId)
S3SecretId - AWS 内网访问 媒体资源的秘钥id。
注意:此字段可能返回 null,表示取不到有效值。public String getS3SecretKey()
public void setS3SecretKey(String S3SecretKey)
S3SecretKey - AWS 内网访问 媒体资源的秘钥key。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.