public class CreateCosSecKeyInstanceResponse extends AbstractModel
Constructor and Description |
---|
CreateCosSecKeyInstanceResponse() |
CreateCosSecKeyInstanceResponse(CreateCosSecKeyInstanceResponse 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 |
---|---|
Long |
getCosAppid()
Get COS密钥对应的AppId
|
String |
getCosBucket()
Get COS密钥对应的存储桶名
|
String |
getCosId()
Get 密钥ID信息
|
String |
getCosKey()
Get 密钥KEY信息
|
String |
getCosPrefix()
Get 密钥可访问的文件前缀人。例如:CosPrefix=test/123/666,则该密钥只能操作test/123/666为前缀的文件,例如test/123/666/1.txt
|
String |
getCosRegion()
Get 存储桶对应的地域
|
String |
getCosTocken()
Get 密钥TOCKEN信息
|
Long |
getExpireTime()
Get 密钥过期时间
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCosAppid(Long CosAppid)
Set COS密钥对应的AppId
|
void |
setCosBucket(String CosBucket)
Set COS密钥对应的存储桶名
|
void |
setCosId(String CosId)
Set 密钥ID信息
|
void |
setCosKey(String CosKey)
Set 密钥KEY信息
|
void |
setCosPrefix(String CosPrefix)
Set 密钥可访问的文件前缀人。例如:CosPrefix=test/123/666,则该密钥只能操作test/123/666为前缀的文件,例如test/123/666/1.txt
|
void |
setCosRegion(String CosRegion)
Set 存储桶对应的地域
|
void |
setCosTocken(String CosTocken)
Set 密钥TOCKEN信息
|
void |
setExpireTime(Long ExpireTime)
Set 密钥过期时间
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 CreateCosSecKeyInstanceResponse()
public CreateCosSecKeyInstanceResponse(CreateCosSecKeyInstanceResponse source)
public Long getCosAppid()
public void setCosAppid(Long CosAppid)
CosAppid
- COS密钥对应的AppIdpublic String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- COS密钥对应的存储桶名public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- 存储桶对应的地域public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- 密钥过期时间public String getCosId()
public void setCosId(String CosId)
CosId
- 密钥ID信息public String getCosKey()
public void setCosKey(String CosKey)
CosKey
- 密钥KEY信息public String getCosTocken()
public void setCosTocken(String CosTocken)
CosTocken
- 密钥TOCKEN信息public String getCosPrefix()
public void setCosPrefix(String CosPrefix)
CosPrefix
- 密钥可访问的文件前缀人。例如:CosPrefix=test/123/666,则该密钥只能操作test/123/666为前缀的文件,例如test/123/666/1.txtpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.