7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/DynamoDB_EXPORTS.h>
11#include <aws/dynamodb/model/AttributeValue.h>
47 template <
typename ItemCollectionKeyT = Aws::Map<Aws::String, AttributeValue>>
49 m_itemCollectionKeyHasBeenSet =
true;
50 m_itemCollectionKey = std::forward<ItemCollectionKeyT>(value);
52 template <
typename ItemCollectionKeyT = Aws::Map<Aws::String, AttributeValue>>
57 template <
typename ItemCollectionKeyKeyT = Aws::String,
typename ItemCollectionKeyValueT = AttributeValue>
59 m_itemCollectionKeyHasBeenSet =
true;
60 m_itemCollectionKey.emplace(std::forward<ItemCollectionKeyKeyT>(key), std::forward<ItemCollectionKeyValueT>(value));
77 template <
typename SizeEstimateRangeGBT = Aws::Vector<
double>>
79 m_sizeEstimateRangeGBHasBeenSet =
true;
80 m_sizeEstimateRangeGB = std::forward<SizeEstimateRangeGBT>(value);
82 template <
typename SizeEstimateRangeGBT = Aws::Vector<
double>>
88 m_sizeEstimateRangeGBHasBeenSet =
true;
89 m_sizeEstimateRangeGB.push_back(value);
97 bool m_itemCollectionKeyHasBeenSet =
false;
98 bool m_sizeEstimateRangeGBHasBeenSet =
false;
ItemCollectionMetrics & AddItemCollectionKey(ItemCollectionKeyKeyT &&key, ItemCollectionKeyValueT &&value)
AWS_DYNAMODB_API ItemCollectionMetrics()=default
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API ItemCollectionMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< double > & GetSizeEstimateRangeGB() const
void SetItemCollectionKey(ItemCollectionKeyT &&value)
ItemCollectionMetrics & WithSizeEstimateRangeGB(SizeEstimateRangeGBT &&value)
bool ItemCollectionKeyHasBeenSet() const
void SetSizeEstimateRangeGB(SizeEstimateRangeGBT &&value)
const Aws::Map< Aws::String, AttributeValue > & GetItemCollectionKey() const
ItemCollectionMetrics & WithItemCollectionKey(ItemCollectionKeyT &&value)
bool SizeEstimateRangeGBHasBeenSet() const
ItemCollectionMetrics & AddSizeEstimateRangeGB(double value)
AWS_DYNAMODB_API ItemCollectionMetrics(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue