7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/dynamodb/model/AttributeValue.h>
53 template<
typename ItemCollectionKeyT = Aws::Map<Aws::String, AttributeValue>>
54 void SetItemCollectionKey(ItemCollectionKeyT&& value) { m_itemCollectionKeyHasBeenSet =
true; m_itemCollectionKey = std::forward<ItemCollectionKeyT>(value); }
55 template<
typename ItemCollectionKeyT = Aws::Map<Aws::String, AttributeValue>>
57 template<
typename ItemCollectionKeyKeyT = Aws::String,
typename ItemCollectionKeyValueT = AttributeValue>
59 m_itemCollectionKeyHasBeenSet =
true; m_itemCollectionKey.emplace(std::forward<ItemCollectionKeyKeyT>(key), std::forward<ItemCollectionKeyValueT>(value));
return *
this;
75 template<
typename SizeEstimateRangeGBT = Aws::Vector<
double>>
76 void SetSizeEstimateRangeGB(SizeEstimateRangeGBT&& value) { m_sizeEstimateRangeGBHasBeenSet =
true; m_sizeEstimateRangeGB = std::forward<SizeEstimateRangeGBT>(value); }
77 template<
typename SizeEstimateRangeGBT = Aws::Vector<
double>>
84 bool m_itemCollectionKeyHasBeenSet =
false;
87 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