public class DescribeUpstreamsRequest extends AbstractModel
Constructor and Description |
---|
DescribeUpstreamsRequest() |
DescribeUpstreamsRequest(DescribeUpstreamsRequest 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 |
---|---|
Filter[] |
getFilters()
Get Filters.
|
Long |
getLimit()
Get Number of entries per page
|
Long |
getOffset()
Get The starting position of paging
|
void |
setFilters(Filter[] Filters)
Set Filters.
|
void |
setLimit(Long Limit)
Set Number of entries per page
|
void |
setOffset(Long Offset)
Set The starting position of paging
|
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 DescribeUpstreamsRequest()
public DescribeUpstreamsRequest(DescribeUpstreamsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- The starting position of pagingpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filters. Valid values: `UpstreamId` and `UpstreamName`Copyright © 2023. All rights reserved.