public class DescribeSecurityGroupsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
nextToken
The pagination token that can be used in the next request to retrieve a new page of results.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
String |
regionId
The region ID of the security groups.
|
String |
requestId
The ID of the request.
|
DescribeSecurityGroupsResponseBody.DescribeSecurityGroupsResponseBodySecurityGroups |
securityGroups
The information about the security groups.
|
Integer |
totalCount
The total number of security groups.
|
构造器和说明 |
---|
DescribeSecurityGroupsResponseBody() |
@NameInMap(value="NextToken") public String nextToken
The pagination token that can be used in the next request to retrieve a new page of results. If the return value of this parameter is empty when you specify the MaxResults and NextToken parameters for a paged query, no more results are to be returned.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
> This parameter will be removed in the future. We recommend that you use the NextToken and MaxResults parameters for a paged query.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
> This parameter will be removed in the future. We recommend that you use the NextToken and MaxResults parameters for a paged query.
@NameInMap(value="RegionId") public String regionId
The region ID of the security groups.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="SecurityGroups") public DescribeSecurityGroupsResponseBody.DescribeSecurityGroupsResponseBodySecurityGroups securityGroups
The information about the security groups.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of security groups. If you specify the `MaxResults` and `NextToken` parameters in the request, this parameter is empty.
public static DescribeSecurityGroupsResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeSecurityGroupsResponseBody setNextToken(String nextToken)
public String getNextToken()
public DescribeSecurityGroupsResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSecurityGroupsResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSecurityGroupsResponseBody setRegionId(String regionId)
public String getRegionId()
public DescribeSecurityGroupsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSecurityGroupsResponseBody setSecurityGroups(DescribeSecurityGroupsResponseBody.DescribeSecurityGroupsResponseBodySecurityGroups securityGroups)
public DescribeSecurityGroupsResponseBody.DescribeSecurityGroupsResponseBodySecurityGroups getSecurityGroups()
public DescribeSecurityGroupsResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.