public class UnbindCloudResourceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UnbindCloudResourceRequest()  | 
UnbindCloudResourceRequest(UnbindCloudResourceRequest 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UnbindCloudResourceRequest()
public UnbindCloudResourceRequest(UnbindCloudResourceRequest 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 © 2025. All rights reserved.