public class CreateDedicatedClusterRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDedicatedClusterRequest() |
CreateDedicatedClusterRequest(CreateDedicatedClusterRequest 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 |
getDescription()
Get CDC description
|
String |
getName()
Get CDC name
|
String |
getSiteId()
Get SiteId to which the CDC belongs
|
String |
getZone()
Get AZ to which the CDC belongs
|
void |
setDescription(String Description)
Set CDC description
|
void |
setName(String Name)
Set CDC name
|
void |
setSiteId(String SiteId)
Set SiteId to which the CDC belongs
|
void |
setZone(String Zone)
Set AZ to which the CDC belongs
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDedicatedClusterRequest()
public CreateDedicatedClusterRequest(CreateDedicatedClusterRequest source)
public String getSiteId()
public void setSiteId(String SiteId)
SiteId
- SiteId to which the CDC belongspublic String getName()
public void setName(String Name)
Name
- CDC namepublic String getZone()
public void setZone(String Zone)
Zone
- AZ to which the CDC belongspublic String getDescription()
public void setDescription(String Description)
Description
- CDC descriptionCopyright © 2025. All rights reserved.