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 复制组ID
|
Long |
getLimit()
Get 实例列表的大小,参数默认值20
|
Long |
getOffset()
Get 偏移量,取Limit整数倍
|
String |
getSearchKey()
Get 实例ID和实例名称,支持模糊查询
|
void |
setGroupId(String GroupId)
Set 复制组ID
|
void |
setLimit(Long Limit)
Set 实例列表的大小,参数默认值20
|
void |
setOffset(Long Offset)
Set 偏移量,取Limit整数倍
|
void |
setSearchKey(String SearchKey)
Set 实例ID和实例名称,支持模糊查询
|
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 DescribeReplicationGroupRequest()
public DescribeReplicationGroupRequest(DescribeReplicationGroupRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 实例列表的大小,参数默认值20public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,取Limit整数倍public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 复制组IDpublic String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 实例ID和实例名称,支持模糊查询Copyright © 2022. All rights reserved.