7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/pinpoint-email/model/VolumeStatistics.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/pinpoint-email/model/DomainIspPlacement.h>
24namespace PinpointEmail
50 template<
typename StartDateT = Aws::Utils::DateTime>
51 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
52 template<
typename StartDateT = Aws::Utils::DateTime>
63 template<
typename VolumeStatisticsT = VolumeStatistics>
64 void SetVolumeStatistics(VolumeStatisticsT&& value) { m_volumeStatisticsHasBeenSet =
true; m_volumeStatistics = std::forward<VolumeStatisticsT>(value); }
65 template<
typename VolumeStatisticsT = VolumeStatistics>
76 template<
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
77 void SetDomainIspPlacements(DomainIspPlacementsT&& value) { m_domainIspPlacementsHasBeenSet =
true; m_domainIspPlacements = std::forward<DomainIspPlacementsT>(value); }
78 template<
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
80 template<
typename DomainIspPlacementsT = DomainIspPlacement>
81 DailyVolume&
AddDomainIspPlacements(DomainIspPlacementsT&& value) { m_domainIspPlacementsHasBeenSet =
true; m_domainIspPlacements.emplace_back(std::forward<DomainIspPlacementsT>(value));
return *
this; }
86 bool m_startDateHasBeenSet =
false;
88 VolumeStatistics m_volumeStatistics;
89 bool m_volumeStatisticsHasBeenSet =
false;
92 bool m_domainIspPlacementsHasBeenSet =
false;
void SetDomainIspPlacements(DomainIspPlacementsT &&value)
void SetVolumeStatistics(VolumeStatisticsT &&value)
DailyVolume & WithStartDate(StartDateT &&value)
AWS_PINPOINTEMAIL_API DailyVolume(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINTEMAIL_API DailyVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetStartDate() const
DailyVolume & AddDomainIspPlacements(DomainIspPlacementsT &&value)
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
DailyVolume & WithVolumeStatistics(VolumeStatisticsT &&value)
const Aws::Vector< DomainIspPlacement > & GetDomainIspPlacements() const
bool VolumeStatisticsHasBeenSet() const
bool StartDateHasBeenSet() const
bool DomainIspPlacementsHasBeenSet() const
DailyVolume & WithDomainIspPlacements(DomainIspPlacementsT &&value)
AWS_PINPOINTEMAIL_API DailyVolume()=default
void SetStartDate(StartDateT &&value)
const VolumeStatistics & GetVolumeStatistics() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue