/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents item metadata added to an Items dataset using the
* PutItems
API. For more information see Importing
* Items Incrementally. See Also:
AWS
* API Reference
The ID associated with the item.
*/ inline const Aws::String& GetItemId() const{ return m_itemId; } /** *The ID associated with the item.
*/ inline bool ItemIdHasBeenSet() const { return m_itemIdHasBeenSet; } /** *The ID associated with the item.
*/ inline void SetItemId(const Aws::String& value) { m_itemIdHasBeenSet = true; m_itemId = value; } /** *The ID associated with the item.
*/ inline void SetItemId(Aws::String&& value) { m_itemIdHasBeenSet = true; m_itemId = std::move(value); } /** *The ID associated with the item.
*/ inline void SetItemId(const char* value) { m_itemIdHasBeenSet = true; m_itemId.assign(value); } /** *The ID associated with the item.
*/ inline Item& WithItemId(const Aws::String& value) { SetItemId(value); return *this;} /** *The ID associated with the item.
*/ inline Item& WithItemId(Aws::String&& value) { SetItemId(std::move(value)); return *this;} /** *The ID associated with the item.
*/ inline Item& WithItemId(const char* value) { SetItemId(value); return *this;} /** *A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.
A string map of item-specific metadata. Each element in the map consists of a
* key-value pair. For example, {"numberOfRatings": "12"}
.
The
* keys use camel case names that match the fields in the schema for the Items
* dataset. In the previous example, the numberOfRatings
matches the
* 'NUMBER_OF_RATINGS' field defined in the Items schema. For categorical string
* data, to include multiple categories for a single item, separate each category
* with a pipe separator (|
). For example,
* \"Horror|Action\"
.