7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lambda/model/EventSourceMappingMetric.h>
54 template<
typename MetricsT = Aws::Vector<EventSourceMappingMetric>>
55 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
56 template<
typename MetricsT = Aws::Vector<EventSourceMappingMetric>>
63 bool m_metricsHasBeenSet =
false;
EventSourceMappingMetricsConfig & AddMetrics(EventSourceMappingMetric value)
AWS_LAMBDA_API EventSourceMappingMetricsConfig()=default
bool MetricsHasBeenSet() const
void SetMetrics(MetricsT &&value)
AWS_LAMBDA_API EventSourceMappingMetricsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API EventSourceMappingMetricsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< EventSourceMappingMetric > & GetMetrics() const
EventSourceMappingMetricsConfig & WithMetrics(MetricsT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue