7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesis/model/MetricsName.h>
58 template<
typename ShardLevelMetricsT = Aws::Vector<MetricsName>>
59 void SetShardLevelMetrics(ShardLevelMetricsT&& value) { m_shardLevelMetricsHasBeenSet =
true; m_shardLevelMetrics = std::forward<ShardLevelMetricsT>(value); }
60 template<
typename ShardLevelMetricsT = Aws::Vector<MetricsName>>
67 bool m_shardLevelMetricsHasBeenSet =
false;
AWS_KINESIS_API EnhancedMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MetricsName > & GetShardLevelMetrics() const
AWS_KINESIS_API EnhancedMetrics(Aws::Utils::Json::JsonView jsonValue)
EnhancedMetrics & AddShardLevelMetrics(MetricsName value)
EnhancedMetrics & WithShardLevelMetrics(ShardLevelMetricsT &&value)
AWS_KINESIS_API EnhancedMetrics()=default
bool ShardLevelMetricsHasBeenSet() const
void SetShardLevelMetrics(ShardLevelMetricsT &&value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue