public class DeleteReplicationInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteReplicationInstanceRequest() |
DeleteReplicationInstanceRequest(DeleteReplicationInstanceRequest 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 |
getGroupId()
Get Replication group ID.
|
String |
getInstanceId()
Get Instance ID.
|
Boolean |
getSyncType()
Get Data synchronization type.
|
void |
setGroupId(String GroupId)
Set Replication group ID.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setSyncType(Boolean SyncType)
Set Data synchronization type.
|
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 DeleteReplicationInstanceRequest()
public DeleteReplicationInstanceRequest(DeleteReplicationInstanceRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Replication group ID.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public Boolean getSyncType()
public void setSyncType(Boolean SyncType)
SyncType
- Data synchronization type. Valid values: true (Strong synchronization is required.) and false (Strong synchronization is not required. This value applies only to primary instance deletion.)Copyright © 2024. All rights reserved.