Class S3InputInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.S3InputInfo
-
public class S3InputInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetS3Bucket()Get S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。StringgetS3Object()Get S3 bucket 中的媒体资源路径。 注意:此字段可能返回 null,表示取不到有效值。StringgetS3Region()Get S3 bucket 对应的区域,目前支持: us-east-1 eu-west-3 注意:此字段可能返回 null,表示取不到有效值。StringgetS3SecretId()Get AWS 内网访问 媒体资源的秘钥id。 注意:此字段可能返回 null,表示取不到有效值。StringgetS3SecretKey()Get AWS 内网访问 媒体资源的秘钥key。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3Bucket(String S3Bucket)Set S3 bucket。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3Object(String S3Object)Set S3 bucket 中的媒体资源路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetS3Region(String S3Region)Set S3 bucket 对应的区域,目前支持: us-east-1 eu-west-3 注意:此字段可能返回 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
-
S3InputInfo
public S3InputInfo()
-
S3InputInfo
public 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.
-
-
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 对应的区域,目前支持: us-east-1 eu-west-3 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3Region S3 bucket 对应的区域,目前支持: us-east-1 eu-west-3 注意:此字段可能返回 null,表示取不到有效值。
-
setS3Region
public void setS3Region(String S3Region)
Set S3 bucket 对应的区域,目前支持: us-east-1 eu-west-3 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3Region- S3 bucket 对应的区域,目前支持: us-east-1 eu-west-3 注意:此字段可能返回 null,表示取不到有效值。
-
getS3Object
public String getS3Object()
Get S3 bucket 中的媒体资源路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3Object S3 bucket 中的媒体资源路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setS3Object
public void setS3Object(String S3Object)
Set S3 bucket 中的媒体资源路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3Object- 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,表示取不到有效值。
-
-