/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that defines an Amazon CloudWatch destination for email events. You
* can use Amazon CloudWatch to monitor and gain insights on your email sending
* metrics.See Also:
AWS
* API Reference
An array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline const Aws::VectorAn array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline bool DimensionConfigurationsHasBeenSet() const { return m_dimensionConfigurationsHasBeenSet; } /** *An array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline void SetDimensionConfigurations(const Aws::VectorAn array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline void SetDimensionConfigurations(Aws::VectorAn array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline CloudWatchDestination& WithDimensionConfigurations(const Aws::VectorAn array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline CloudWatchDestination& WithDimensionConfigurations(Aws::VectorAn array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline CloudWatchDestination& AddDimensionConfigurations(const CloudWatchDimensionConfiguration& value) { m_dimensionConfigurationsHasBeenSet = true; m_dimensionConfigurations.push_back(value); return *this; } /** *An array of objects that define the dimensions to use when you send email * events to Amazon CloudWatch.
*/ inline CloudWatchDestination& AddDimensionConfigurations(CloudWatchDimensionConfiguration&& value) { m_dimensionConfigurationsHasBeenSet = true; m_dimensionConfigurations.push_back(std::move(value)); return *this; } private: Aws::Vector