public class CreateDSPAMetaResourcesResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDSPAMetaResourcesResponse() |
CreateDSPAMetaResourcesResponse(CreateDSPAMetaResourcesResponse 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 |
getDspaId()
Get DSPA实例ID。
|
String |
getMetaType()
Get 资源类型,支持:cdb(云数据库 MySQL)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbpg(TDSQL-C PostgreSQL版)、cynosdbmysql(TDSQL-C MySQL版)
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getResourceRegion()
Get 资源所处地域。
|
String |
getUpdateId()
Get 本次更新的ID号,用来标记一次完整的更新过程。
|
void |
setDspaId(String DspaId)
Set DSPA实例ID。
|
void |
setMetaType(String MetaType)
Set 资源类型,支持:cdb(云数据库 MySQL)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbpg(TDSQL-C PostgreSQL版)、cynosdbmysql(TDSQL-C MySQL版)
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setResourceRegion(String ResourceRegion)
Set 资源所处地域。
|
void |
setUpdateId(String UpdateId)
Set 本次更新的ID号,用来标记一次完整的更新过程。
|
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, toJsonString
public CreateDSPAMetaResourcesResponse()
public CreateDSPAMetaResourcesResponse(CreateDSPAMetaResourcesResponse source)
public String getUpdateId()
public void setUpdateId(String UpdateId)
UpdateId
- 本次更新的ID号,用来标记一次完整的更新过程。public String getMetaType()
public void setMetaType(String MetaType)
MetaType
- 资源类型,支持:cdb(云数据库 MySQL)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbpg(TDSQL-C PostgreSQL版)、cynosdbmysql(TDSQL-C MySQL版)public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例ID。public String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion
- 资源所处地域。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.