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>
86 bool m_itemCollectionKeyHasBeenSet =
false;
89 bool m_sizeEstimateRangeGBHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
ItemCollectionMetrics & AddItemCollectionKey(const Aws::String &key, AttributeValue &&value)
ItemCollectionMetrics & WithItemCollectionKey(const Aws::Map< Aws::String, AttributeValue > &value)
ItemCollectionMetrics & AddItemCollectionKey(const Aws::String &key, const AttributeValue &value)
void SetItemCollectionKey(Aws::Map< Aws::String, AttributeValue > &&value)
ItemCollectionMetrics & AddItemCollectionKey(const char *key, const AttributeValue &value)
ItemCollectionMetrics & AddItemCollectionKey(const char *key, AttributeValue &&value)
ItemCollectionMetrics & WithItemCollectionKey(Aws::Map< Aws::String, AttributeValue > &&value)
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 SetSizeEstimateRangeGB(Aws::Vector< double > &&value)
bool ItemCollectionKeyHasBeenSet() const
const Aws::Map< Aws::String, AttributeValue > & GetItemCollectionKey() const
void SetSizeEstimateRangeGB(const Aws::Vector< double > &value)
bool SizeEstimateRangeGBHasBeenSet() const
ItemCollectionMetrics & AddItemCollectionKey(Aws::String &&key, AttributeValue &&value)
ItemCollectionMetrics & AddSizeEstimateRangeGB(double value)
AWS_DYNAMODB_API ItemCollectionMetrics()
ItemCollectionMetrics & WithSizeEstimateRangeGB(Aws::Vector< double > &&value)
ItemCollectionMetrics & WithSizeEstimateRangeGB(const Aws::Vector< double > &value)
AWS_DYNAMODB_API ItemCollectionMetrics(Aws::Utils::Json::JsonView jsonValue)
void SetItemCollectionKey(const Aws::Map< Aws::String, AttributeValue > &value)
ItemCollectionMetrics & AddItemCollectionKey(Aws::String &&key, const AttributeValue &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue