7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
10#include <aws/pinpoint-email/model/DomainIspPlacement.h>
11#include <aws/pinpoint-email/model/VolumeStatistics.h>
22namespace PinpointEmail {
44 template <
typename StartDateT = Aws::Utils::DateTime>
46 m_startDateHasBeenSet =
true;
47 m_startDate = std::forward<StartDateT>(value);
49 template <
typename StartDateT = Aws::Utils::DateTime>
63 template <
typename VolumeStatisticsT = VolumeStatistics>
65 m_volumeStatisticsHasBeenSet =
true;
66 m_volumeStatistics = std::forward<VolumeStatisticsT>(value);
68 template <
typename VolumeStatisticsT = VolumeStatistics>
82 template <
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
84 m_domainIspPlacementsHasBeenSet =
true;
85 m_domainIspPlacements = std::forward<DomainIspPlacementsT>(value);
87 template <
typename DomainIspPlacementsT = Aws::Vector<DomainIspPlacement>>
92 template <
typename DomainIspPlacementsT = DomainIspPlacement>
94 m_domainIspPlacementsHasBeenSet =
true;
95 m_domainIspPlacements.emplace_back(std::forward<DomainIspPlacementsT>(value));
101 bool m_startDateHasBeenSet =
false;
103 VolumeStatistics m_volumeStatistics;
104 bool m_volumeStatisticsHasBeenSet =
false;
107 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