public class DescribeVpcEndPointServiceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVpcEndPointServiceRequest() |
DescribeVpcEndPointServiceRequest(DescribeVpcEndPointServiceRequest 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[] |
getEndPointServiceIds()
Get Endpoint service ID `EndPointServiceIds` and `Filters` cannot be both passed in.
|
Filter[] |
getFilters()
Get Filters.
|
Boolean |
getIsListAuthorizedEndPointService()
Get
|
Long |
getLimit()
Get Number of results per page; default value: 20; maximum value: 100.
|
Long |
getOffset()
Get Offset.
|
void |
setEndPointServiceIds(String[] EndPointServiceIds)
Set Endpoint service ID `EndPointServiceIds` and `Filters` cannot be both passed in.
|
void |
setFilters(Filter[] Filters)
Set Filters.
|
void |
setIsListAuthorizedEndPointService(Boolean IsListAuthorizedEndPointService)
Set
|
void |
setLimit(Long Limit)
Set Number of results per page; default value: 20; maximum value: 100.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVpcEndPointServiceRequest()
public DescribeVpcEndPointServiceRequest(DescribeVpcEndPointServiceRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filters. `EndPointServiceIds` and `Filters` cannot be both passed in.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per page; default value: 20; maximum value: 100.public String[] getEndPointServiceIds()
public void setEndPointServiceIds(String[] EndPointServiceIds)
EndPointServiceIds
- Endpoint service ID `EndPointServiceIds` and `Filters` cannot be both passed in.public Boolean getIsListAuthorizedEndPointService()
public void setIsListAuthorizedEndPointService(Boolean IsListAuthorizedEndPointService)
IsListAuthorizedEndPointService
- Copyright © 2024. All rights reserved.