7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
9#include <aws/pinpoint-email/model/DomainIspPlacement.h>
10#include <aws/pinpoint-email/model/VolumeStatistics.h>
21namespace PinpointEmail {
44 template <
typename VolumeStatisticsT = VolumeStatistics>
46 m_volumeStatisticsHasBeenSet =
true;
47 m_volumeStatistics = std::forward<VolumeStatisticsT>(value);
49 template <
typename VolumeStatisticsT = VolumeStatistics>
64 m_readRatePercentHasBeenSet =
true;
65 m_readRatePercent = value;
80 template <
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
82 m_domainIspPlacementsHasBeenSet =
true;
83 m_domainIspPlacements = std::forward<DomainIspPlacementsT>(value);
85 template <
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
90 template <
typename DomainIspPlacementsT = DomainIspPlacement>
92 m_domainIspPlacementsHasBeenSet =
true;
93 m_domainIspPlacements.emplace_back(std::forward<DomainIspPlacementsT>(value));
99 bool m_volumeStatisticsHasBeenSet =
false;
101 double m_readRatePercent{0.0};
102 bool m_readRatePercentHasBeenSet =
false;
105 bool m_domainIspPlacementsHasBeenSet =
false;
bool ReadRatePercentHasBeenSet() const
AWS_PINPOINTEMAIL_API OverallVolume()=default
OverallVolume & AddDomainIspPlacements(DomainIspPlacementsT &&value)
OverallVolume & WithDomainIspPlacements(DomainIspPlacementsT &&value)
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
OverallVolume & WithVolumeStatistics(VolumeStatisticsT &&value)
AWS_PINPOINTEMAIL_API OverallVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VolumeStatisticsHasBeenSet() const
bool DomainIspPlacementsHasBeenSet() const
const Aws::Vector< DomainIspPlacement > & GetDomainIspPlacements() const
void SetVolumeStatistics(VolumeStatisticsT &&value)
double GetReadRatePercent() const
void SetReadRatePercent(double value)
const VolumeStatistics & GetVolumeStatistics() const
OverallVolume & WithReadRatePercent(double value)
AWS_PINPOINTEMAIL_API OverallVolume(Aws::Utils::Json::JsonView jsonValue)
void SetDomainIspPlacements(DomainIspPlacementsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue