7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/model/VolumeStatistics.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pinpoint-email/model/DomainIspPlacement.h>
23namespace PinpointEmail
50 template<
typename VolumeStatisticsT = VolumeStatistics>
51 void SetVolumeStatistics(VolumeStatisticsT&& value) { m_volumeStatisticsHasBeenSet =
true; m_volumeStatistics = std::forward<VolumeStatisticsT>(value); }
52 template<
typename VolumeStatisticsT = VolumeStatistics>
63 inline void SetReadRatePercent(
double value) { m_readRatePercentHasBeenSet =
true; m_readRatePercent = value; }
74 template<
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
75 void SetDomainIspPlacements(DomainIspPlacementsT&& value) { m_domainIspPlacementsHasBeenSet =
true; m_domainIspPlacements = std::forward<DomainIspPlacementsT>(value); }
76 template<
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
78 template<
typename DomainIspPlacementsT = DomainIspPlacement>
79 OverallVolume&
AddDomainIspPlacements(DomainIspPlacementsT&& value) { m_domainIspPlacementsHasBeenSet =
true; m_domainIspPlacements.emplace_back(std::forward<DomainIspPlacementsT>(value));
return *
this; }
84 bool m_volumeStatisticsHasBeenSet =
false;
86 double m_readRatePercent{0.0};
87 bool m_readRatePercentHasBeenSet =
false;
90 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