static SearchListingsResponse.Builder |
SearchListingsResponse.builder() |
|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(Collection<SearchResultItem> items) |
The results of the SearchListings action.
|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(Consumer<SearchResultItem.Builder>... items) |
The results of the SearchListings action.
|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(SearchResultItem... items) |
The results of the SearchListings action.
|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.nextToken(String nextToken) |
When the number of results is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken.
|
SearchListingsResponse.Builder |
SearchListingsResponse.toBuilder() |
|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.totalMatchCount(Integer totalMatchCount) |
Total number of search results.
|