@Generated(value="software.amazon.awssdk:codegen") public final class ProductViewAggregationValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>
A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProductViewAggregationValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
approximateCount()
An approximate count of the products that match the value.
|
static ProductViewAggregationValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProductViewAggregationValue.Builder> |
serializableBuilderClass() |
ProductViewAggregationValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the product view aggregation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The value of the product view aggregation.
public final Integer approximateCount()
An approximate count of the products that match the value.
public ProductViewAggregationValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>public static ProductViewAggregationValue.Builder builder()
public static Class<? extends ProductViewAggregationValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.