public class SwitchDataEngineRequest extends AbstractModel
Constructor and Description |
---|
SwitchDataEngineRequest() |
SwitchDataEngineRequest(SwitchDataEngineRequest 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 |
getDataEngineName()
Get The name of the primary cluster.
|
Boolean |
getStartStandbyCluster()
Get Whether to start the standby cluster.
|
void |
setDataEngineName(String DataEngineName)
Set The name of the primary cluster.
|
void |
setStartStandbyCluster(Boolean StartStandbyCluster)
Set Whether to start the standby cluster.
|
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 SwitchDataEngineRequest()
public SwitchDataEngineRequest(SwitchDataEngineRequest source)
public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName
- The name of the primary cluster.public Boolean getStartStandbyCluster()
public void setStartStandbyCluster(Boolean StartStandbyCluster)
StartStandbyCluster
- Whether to start the standby cluster.Copyright © 2023. All rights reserved.