public class DeleteDedicatedClustersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteDedicatedClustersRequest() | 
| DeleteDedicatedClustersRequest(DeleteDedicatedClustersRequest 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[] | getDedicatedClusterIds()Get CDC id to be deleted | 
| void | setDedicatedClusterIds(String[] DedicatedClusterIds)Set CDC id to be deleted | 
| 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 DeleteDedicatedClustersRequest()
public DeleteDedicatedClustersRequest(DeleteDedicatedClustersRequest source)
public String[] getDedicatedClusterIds()
public void setDedicatedClusterIds(String[] DedicatedClusterIds)
DedicatedClusterIds - CDC id to be deletedCopyright © 2025. All rights reserved.