@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchProductsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchProductsResult() |
Modifier and Type | Method and Description |
---|---|
SearchProductsResult |
addProductViewAggregationsEntry(String key,
List<ProductViewAggregationValue> value) |
SearchProductsResult |
clearProductViewAggregationsEntries()
Removes all the entries added into ProductViewAggregations.
|
SearchProductsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
Map<String,List<ProductViewAggregationValue>> |
getProductViewAggregations()
A list of the product view aggregation value objects.
|
List<ProductViewSummary> |
getProductViewSummaries()
A list of the product view summary objects.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
void |
setProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
A list of the product view aggregation value objects.
|
void |
setProductViewSummaries(Collection<ProductViewSummary> productViewSummaries)
A list of the product view summary objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SearchProductsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
SearchProductsResult |
withProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
A list of the product view aggregation value objects.
|
SearchProductsResult |
withProductViewSummaries(Collection<ProductViewSummary> productViewSummaries)
A list of the product view summary objects.
|
SearchProductsResult |
withProductViewSummaries(ProductViewSummary... productViewSummaries)
A list of the product view summary objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProductViewSummary> getProductViewSummaries()
A list of the product view summary objects.
public void setProductViewSummaries(Collection<ProductViewSummary> productViewSummaries)
A list of the product view summary objects.
productViewSummaries
- A list of the product view summary objects.public SearchProductsResult withProductViewSummaries(ProductViewSummary... productViewSummaries)
A list of the product view summary objects.
NOTE: This method appends the values to the existing list (if any). Use
setProductViewSummaries(java.util.Collection)
or withProductViewSummaries(java.util.Collection)
if you want to override the existing values.
productViewSummaries
- A list of the product view summary objects.public SearchProductsResult withProductViewSummaries(Collection<ProductViewSummary> productViewSummaries)
A list of the product view summary objects.
productViewSummaries
- A list of the product view summary objects.public Map<String,List<ProductViewAggregationValue>> getProductViewAggregations()
A list of the product view aggregation value objects.
public void setProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
A list of the product view aggregation value objects.
productViewAggregations
- A list of the product view aggregation value objects.public SearchProductsResult withProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
A list of the product view aggregation value objects.
productViewAggregations
- A list of the product view aggregation value objects.public SearchProductsResult addProductViewAggregationsEntry(String key, List<ProductViewAggregationValue> value)
public SearchProductsResult clearProductViewAggregationsEntries()
public void setNextPageToken(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.
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 String getNextPageToken()
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 SearchProductsResult withNextPageToken(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.
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 String toString()
toString
in class Object
Object.toString()
public SearchProductsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.