public static final class DescribePropertySoftwareDetailResponseBody.PageInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertySoftwareDetailResponseBody.PageInfo |
build() |
DescribePropertySoftwareDetailResponseBody.PageInfo.Builder |
count(Integer count)
The number of fingerprint information of software assets displayed on the current page.
|
DescribePropertySoftwareDetailResponseBody.PageInfo.Builder |
currentPage(Integer currentPage)
The page number of the current page during pagination.
|
DescribePropertySoftwareDetailResponseBody.PageInfo.Builder |
nextToken(String nextToken)
The NextToken value returned using the NextToken method.
|
DescribePropertySoftwareDetailResponseBody.PageInfo.Builder |
pageSize(Integer pageSize)
The number of software asset fingerprint information displayed per page when performing a paginated query.
|
DescribePropertySoftwareDetailResponseBody.PageInfo.Builder |
totalCount(Integer totalCount)
The total number of fingerprint information for the queried software assets.
|
public DescribePropertySoftwareDetailResponseBody.PageInfo.Builder count(Integer count)
The number of fingerprint information of software assets displayed on the current page.
example:1
public DescribePropertySoftwareDetailResponseBody.PageInfo.Builder currentPage(Integer currentPage)
The page number of the current page during pagination.
example:1
public DescribePropertySoftwareDetailResponseBody.PageInfo.Builder nextToken(String nextToken)
The NextToken value returned using the NextToken method.
example:B604532DEF982B875E8360A6EFA3B***
public DescribePropertySoftwareDetailResponseBody.PageInfo.Builder pageSize(Integer pageSize)
The number of software asset fingerprint information displayed per page when performing a paginated query. The default value is 10, indicating that 10 pieces of software asset fingerprint information are displayed per page.
example:10
public DescribePropertySoftwareDetailResponseBody.PageInfo.Builder totalCount(Integer totalCount)
The total number of fingerprint information for the queried software assets.
example:1
public DescribePropertySoftwareDetailResponseBody.PageInfo build()
Copyright © 2026. All rights reserved.