public class BindCloudResourceRequest extends AbstractModel
Constructor and Description |
---|
BindCloudResourceRequest() |
BindCloudResourceRequest(BindCloudResourceRequest 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 |
getKeyId()
Get CMK ID
|
String |
getProductId()
Get Unique ID of a Tencent Cloud service
|
String |
getResourceId()
Get Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service’s features.
|
void |
setKeyId(String KeyId)
Set CMK ID
|
void |
setProductId(String ProductId)
Set Unique ID of a Tencent Cloud service
|
void |
setResourceId(String ResourceId)
Set Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service’s features.
|
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 BindCloudResourceRequest()
public BindCloudResourceRequest(BindCloudResourceRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- CMK IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- Unique ID of a Tencent Cloud servicepublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service’s features.Copyright © 2021. All rights reserved.