public class CreateInstanceTokenRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateInstanceTokenRequest() | 
| CreateInstanceTokenRequest(CreateInstanceTokenRequest 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 | getDesc()Get 长期访问凭证描述信息 | 
| String | getRegistryId()Get 实例Id | 
| String | getTokenType()Get 访问凭证类型,longterm 为长期访问凭证,temp 为临时访问凭证,默认是临时访问凭证,有效期1小时 | 
| void | setDesc(String Desc)Set 长期访问凭证描述信息 | 
| void | setRegistryId(String RegistryId)Set 实例Id | 
| void | setTokenType(String TokenType)Set 访问凭证类型,longterm 为长期访问凭证,temp 为临时访问凭证,默认是临时访问凭证,有效期1小时 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateInstanceTokenRequest()
public CreateInstanceTokenRequest(CreateInstanceTokenRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 实例Idpublic String getTokenType()
public void setTokenType(String TokenType)
TokenType - 访问凭证类型,longterm 为长期访问凭证,temp 为临时访问凭证,默认是临时访问凭证,有效期1小时public String getDesc()
public void setDesc(String Desc)
Desc - 长期访问凭证描述信息Copyright © 2025. All rights reserved.