ToCopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
@Generated("software.amazon.awssdk:codegen") public class SearchProductsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SearchProductsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SearchProductsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
The page token to use to retrieve the next page of results for this operation.
|
Map<String,List<ProductViewAggregationValue>> |
productViewAggregations() |
A list of the product view aggregation value objects.
|
List<ProductViewSummary> |
productViewSummaries() |
A list of the product view summary objects.
|
static Class<? extends SearchProductsResponse.Builder> |
serializableBuilderClass() |
|
SearchProductsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<ProductViewSummary> productViewSummaries()
A list of the product view summary objects.
public Map<String,List<ProductViewAggregationValue>> productViewAggregations()
A list of the product view aggregation value objects.
public String nextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public SearchProductsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
public static SearchProductsResponse.Builder builder()
public static Class<? extends SearchProductsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.