public class RemoveReplicationInstanceRequest extends AbstractModel
Constructor and Description |
---|
RemoveReplicationInstanceRequest() |
RemoveReplicationInstanceRequest(RemoveReplicationInstanceRequest 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 sync type.
|
void |
setGroupId(String GroupId)
Set Replication group ID
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setSyncType(Boolean SyncType)
Set Data sync type.
|
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 RemoveReplicationInstanceRequest()
public RemoveReplicationInstanceRequest(RemoveReplicationInstanceRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Replication group IDpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic Boolean getSyncType()
public void setSyncType(Boolean SyncType)
SyncType
- Data sync type. Valid values: `true` (strong sync is required), `false` (strong sync is not required, only the master instance can be deleted).Copyright © 2023. All rights reserved.