public class DescribeCosCredentialResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCosCredentialResponse() |
DescribeCosCredentialResponse(DescribeCosCredentialResponse 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 |
getCosBucket()
Get Cos Bucket
|
String |
getCosRegion()
Get Cos Region
|
Long |
getExpiredTime()
Get Expiration time of the COS key.
|
String |
getPath()
Get COS operation path.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSecretID()
Get Cos SecretID
|
String |
getSecretKey()
Get Cos SecretKey
|
String |
getSessionToken()
Get Cos SessionToken
|
Long |
getStartTime()
Get Start time of the COS key.
|
void |
setCosBucket(String CosBucket)
Set Cos Bucket
|
void |
setCosRegion(String CosRegion)
Set Cos Region
|
void |
setExpiredTime(Long ExpiredTime)
Set Expiration time of the COS key.
|
void |
setPath(String Path)
Set COS operation path.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSecretID(String SecretID)
Set Cos SecretID
|
void |
setSecretKey(String SecretKey)
Set Cos SecretKey
|
void |
setSessionToken(String SessionToken)
Set Cos SessionToken
|
void |
setStartTime(Long StartTime)
Set Start time of the COS key.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCosCredentialResponse()
public DescribeCosCredentialResponse(DescribeCosCredentialResponse source)
public String getSecretID()
public void setSecretID(String SecretID)
SecretID
- Cos SecretIDpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- Cos SecretKeypublic String getSessionToken()
public void setSessionToken(String SessionToken)
SessionToken
- Cos SessionTokenpublic String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- Cos Bucketpublic String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- Cos Regionpublic String getPath()
public void setPath(String Path)
Path
- COS operation path.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start time of the COS key.public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- Expiration time of the COS key.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.