public class DescribeVpcEndPointRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpcEndPointRequest() |
DescribeVpcEndPointRequest(DescribeVpcEndPointRequest 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[] |
getEndPointId()
Get 终端节点ID列表。
|
Filter[] |
getFilters()
Get 过滤条件。
end-point-service-id- String - (过滤条件)终端节点服务ID。
end-point-name - String - (过滤条件)终端节点实例名称。
end-point-id- String - (过滤条件)终端节点实例ID。
vpc-id- String - (过滤条件)VPC实例ID。
|
Long |
getLimit()
Get 单页返回数量,默认为20,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setEndPointId(String[] EndPointId)
Set 终端节点ID列表。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
end-point-service-id- String - (过滤条件)终端节点服务ID。
end-point-name - String - (过滤条件)终端节点实例名称。
end-point-id- String - (过滤条件)终端节点实例ID。
vpc-id- String - (过滤条件)VPC实例ID。
|
void |
setLimit(Long Limit)
Set 单页返回数量,默认为20,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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 DescribeVpcEndPointRequest()
public DescribeVpcEndPointRequest(DescribeVpcEndPointRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单页返回数量,默认为20,最大值为100。public String[] getEndPointId()
public void setEndPointId(String[] EndPointId)
EndPointId
- 终端节点ID列表。Copyright © 2021. All rights reserved.