public class S3InputInfo extends AbstractModel
| 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 The AWS S3 bucket. | 
| String | getS3Object()Get The path of the AWS S3 object. | 
| String | getS3Region()Get The region of the AWS S3 bucket. | 
| String | getS3SecretId()Get The key ID required to access the AWS S3 object. | 
| String | getS3SecretKey()Get The key required to access the AWS S3 object. | 
| void | setS3Bucket(String S3Bucket)Set The AWS S3 bucket. | 
| void | setS3Object(String S3Object)Set The path of the AWS S3 object. | 
| void | setS3Region(String S3Region)Set The region of the AWS S3 bucket. | 
| void | setS3SecretId(String S3SecretId)Set The key ID required to access the AWS S3 object. | 
| void | setS3SecretKey(String S3SecretKey)Set The key required to access the AWS S3 object. | 
| 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, toJsonStringpublic S3InputInfo()
public S3InputInfo(S3InputInfo source)
public String getS3Bucket()
public void setS3Bucket(String S3Bucket)
S3Bucket - The AWS S3 bucket.public String getS3Region()
public void setS3Region(String S3Region)
S3Region - The region of the AWS S3 bucket.public String getS3Object()
public void setS3Object(String S3Object)
S3Object - The path of the AWS S3 object.public String getS3SecretId()
public void setS3SecretId(String S3SecretId)
S3SecretId - The key ID required to access the AWS S3 object.public String getS3SecretKey()
public void setS3SecretKey(String S3SecretKey)
S3SecretKey - The key required to access the AWS S3 object.Copyright © 2023. All rights reserved.