public class DescribeUploadBackupInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeUploadBackupInfoResponse() |
DescribeUploadBackupInfoResponse(DescribeUploadBackupInfoResponse 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 |
getBucketName()
Get Bucket name
|
String |
getExpiredTime()
Get Temporary key expiration time
|
String |
getPath()
Get Storage path
|
String |
getRegion()
Get Bucket location information
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStartTime()
Get Temporary key start time
|
String |
getTmpSecretId()
Get Temporary key ID
|
String |
getTmpSecretKey()
Get Temporary key (Key)
|
String |
getXCosSecurityToken()
Get Temporary key (Token)
|
void |
setBucketName(String BucketName)
Set Bucket name
|
void |
setExpiredTime(String ExpiredTime)
Set Temporary key expiration time
|
void |
setPath(String Path)
Set Storage path
|
void |
setRegion(String Region)
Set Bucket location information
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStartTime(String StartTime)
Set Temporary key start time
|
void |
setTmpSecretId(String TmpSecretId)
Set Temporary key ID
|
void |
setTmpSecretKey(String TmpSecretKey)
Set Temporary key (Key)
|
void |
setXCosSecurityToken(String XCosSecurityToken)
Set Temporary key (Token)
|
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, toJsonString
public DescribeUploadBackupInfoResponse()
public DescribeUploadBackupInfoResponse(DescribeUploadBackupInfoResponse source)
public String getBucketName()
public void setBucketName(String BucketName)
BucketName
- Bucket namepublic String getRegion()
public void setRegion(String Region)
Region
- Bucket location informationpublic String getPath()
public void setPath(String Path)
Path
- Storage pathpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- Temporary key IDpublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- Temporary key (Key)public String getXCosSecurityToken()
public void setXCosSecurityToken(String XCosSecurityToken)
XCosSecurityToken
- Temporary key (Token)public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Temporary key start timepublic String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime
- Temporary key expiration timepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.