public class DescribeReplicationGroupRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeReplicationGroupRequest() | 
| DescribeReplicationGroupRequest(DescribeReplicationGroupRequest 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 | 
| Long | getLimit()Get Instance list size. | 
| Long | getOffset()Get Offset, which is an integral multiple of `Limit` | 
| String | getSearchKey()Get Instance ID/name. | 
| void | setGroupId(String GroupId)Set Replication group ID | 
| void | setLimit(Long Limit)Set Instance list size. | 
| void | setOffset(Long Offset)Set Offset, which is an integral multiple of `Limit` | 
| void | setSearchKey(String SearchKey)Set Instance ID/name. | 
| 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, toJsonStringpublic DescribeReplicationGroupRequest()
public DescribeReplicationGroupRequest(DescribeReplicationGroupRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Instance list size. Default value: 20public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which is an integral multiple of `Limit`public String getGroupId()
public void setGroupId(String GroupId)
GroupId - Replication group IDpublic String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey - Instance ID/name. Fuzzy query is supported.Copyright © 2022. All rights reserved.