Class S3OutputStorage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.S3OutputStorage
-
public class S3OutputStorage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description S3OutputStorage()S3OutputStorage(S3OutputStorage 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetS3Bucket()Get S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。StringgetS3Region()Get S3 bucket 对应的区域。 注意:此字段可能返回 null,表示取不到有效值。StringgetS3SecretId()Get AWS 内网上传 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。StringgetS3SecretKey()Get AWS 内网上传 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3Bucket(String S3Bucket)Set S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3Region(String S3Region)Set S3 bucket 对应的区域。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3SecretId(String S3SecretId)Set AWS 内网上传 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3SecretKey(String S3SecretKey)Set AWS 内网上传 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
S3OutputStorage
public S3OutputStorage()
-
S3OutputStorage
public S3OutputStorage(S3OutputStorage 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.
-
-
Method Detail
-
getS3Bucket
public String getS3Bucket()
Get S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3Bucket S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。
-
setS3Bucket
public void setS3Bucket(String S3Bucket)
Set S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3Bucket- S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。
-
getS3Region
public String getS3Region()
Get S3 bucket 对应的区域。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3Region S3 bucket 对应的区域。 注意:此字段可能返回 null,表示取不到有效值。
-
setS3Region
public void setS3Region(String S3Region)
Set S3 bucket 对应的区域。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3Region- S3 bucket 对应的区域。 注意:此字段可能返回 null,表示取不到有效值。
-
getS3SecretId
public String getS3SecretId()
Get AWS 内网上传 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3SecretId AWS 内网上传 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。
-
setS3SecretId
public void setS3SecretId(String S3SecretId)
Set AWS 内网上传 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3SecretId- AWS 内网上传 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。
-
getS3SecretKey
public String getS3SecretKey()
Get AWS 内网上传 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3SecretKey AWS 内网上传 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。
-
setS3SecretKey
public void setS3SecretKey(String S3SecretKey)
Set AWS 内网上传 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3SecretKey- AWS 内网上传 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。
-
-