Class DescribeReplicationInstancesRequest


  • public class DescribeReplicationInstancesRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeReplicationInstancesRequest

        public DescribeReplicationInstancesRequest()
      • DescribeReplicationInstancesRequest

        public DescribeReplicationInstancesRequest​(DescribeReplicationInstancesRequest 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.
    • Method Detail

      • getRegistryId

        public String getRegistryId()
        Get 实例Id
        Returns:
        RegistryId 实例Id
      • setRegistryId

        public void setRegistryId​(String RegistryId)
        Set 实例Id
        Parameters:
        RegistryId - 实例Id
      • getOffset

        public Long getOffset()
        Get 偏移量,默认0
        Returns:
        Offset 偏移量,默认0
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认0
        Parameters:
        Offset - 偏移量,默认0
      • getLimit

        public Long getLimit()
        Get 最大输出条数,默认20,最大为100
        Returns:
        Limit 最大输出条数,默认20,最大为100
      • setLimit

        public void setLimit​(Long Limit)
        Set 最大输出条数,默认20,最大为100
        Parameters:
        Limit - 最大输出条数,默认20,最大为100