public class ListVpcEndpointServicesByEndUserRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
maxResults
The number of entries to return per page.
|
String |
nextToken
The token that is used for the next query.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the gateway endpoint.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
serviceName
The name of the endpoint service that you want to query.
|
构造器和说明 |
---|
ListVpcEndpointServicesByEndUserRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListVpcEndpointServicesByEndUserRequest |
build(Map<String,?> map) |
Long |
getMaxResults() |
String |
getNextToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getServiceName() |
ListVpcEndpointServicesByEndUserRequest |
setMaxResults(Long maxResults) |
ListVpcEndpointServicesByEndUserRequest |
setNextToken(String nextToken) |
ListVpcEndpointServicesByEndUserRequest |
setOwnerAccount(String ownerAccount) |
ListVpcEndpointServicesByEndUserRequest |
setOwnerId(Long ownerId) |
ListVpcEndpointServicesByEndUserRequest |
setRegionId(String regionId) |
ListVpcEndpointServicesByEndUserRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ListVpcEndpointServicesByEndUserRequest |
setResourceOwnerId(Long resourceOwnerId) |
ListVpcEndpointServicesByEndUserRequest |
setServiceName(String serviceName) |
@NameInMap(value="MaxResults") public Long maxResults
The number of entries to return per page. Valid values: 1 to 100. Default value: 20.
example:20
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the gateway endpoint.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ServiceName") public String serviceName
The name of the endpoint service that you want to query.
example:com.aliyun.cn-hangzhou.oss
public static ListVpcEndpointServicesByEndUserRequest build(Map<String,?> map) throws Exception
Exception
public ListVpcEndpointServicesByEndUserRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListVpcEndpointServicesByEndUserRequest setNextToken(String nextToken)
public String getNextToken()
public ListVpcEndpointServicesByEndUserRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListVpcEndpointServicesByEndUserRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListVpcEndpointServicesByEndUserRequest setRegionId(String regionId)
public String getRegionId()
public ListVpcEndpointServicesByEndUserRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListVpcEndpointServicesByEndUserRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListVpcEndpointServicesByEndUserRequest setServiceName(String serviceName)
public String getServiceName()
Copyright © 2024. All rights reserved.