public class ListPrefixListsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListPrefixListsRequest.ListPrefixListsRequestTags |
限定符和类型 | 字段和说明 |
---|---|
Long |
maxResults
The number of entries per page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
List<String> |
prefixListIds
The IDs of prefix lists to be queried.
|
String |
prefixListName
The name of the prefix list to query.
|
String |
regionId
The ID of the region where you want to query prefix lists.
|
String |
resourceGroupId
The ID of the resource group to which the prefix list belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<ListPrefixListsRequest.ListPrefixListsRequestTags> |
tags
The tags.
|
构造器和说明 |
---|
ListPrefixListsRequest() |
@NameInMap(value="MaxResults") public Long maxResults
The number of entries per page. Valid values: 1 to 100. Default value: 20.
example:20
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PrefixListIds") public List<String> prefixListIds
The IDs of prefix lists to be queried. Valid values of N are 1 to 100, which specifies that you can query up to 100 prefix lists at a time.
example:pl-m5estsqsdqwg88hjf****
@NameInMap(value="PrefixListName") public String prefixListName
The name of the prefix list to query.
The name must be 1 to 128 characters in length and cannot start with http://
or https://
.
name
@NameInMap(value="RegionId") public String regionId
The ID of the region where you want to query prefix lists.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the prefix list belongs.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tags") public List<ListPrefixListsRequest.ListPrefixListsRequestTags> tags
The tags.
public static ListPrefixListsRequest build(Map<String,?> map) throws Exception
Exception
public ListPrefixListsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListPrefixListsRequest setNextToken(String nextToken)
public String getNextToken()
public ListPrefixListsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListPrefixListsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListPrefixListsRequest setPrefixListIds(List<String> prefixListIds)
public ListPrefixListsRequest setPrefixListName(String prefixListName)
public String getPrefixListName()
public ListPrefixListsRequest setRegionId(String regionId)
public String getRegionId()
public ListPrefixListsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListPrefixListsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListPrefixListsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListPrefixListsRequest setTags(List<ListPrefixListsRequest.ListPrefixListsRequestTags> tags)
public List<ListPrefixListsRequest.ListPrefixListsRequestTags> getTags()
Copyright © 2024. All rights reserved.