Item

class Item

Represents item metadata added to an Items dataset using the PutItems API. For more information see Importing items individually.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID associated with the item.

Link copied to clipboard

A string map of item-specific metadata. Each element in the map consists of a key-value pair. For example, {"numberOfRatings": "12"}.

Functions

Link copied to clipboard
inline fun copy(block: Item.Builder.() -> Unit = {}): Item
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String