7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
19namespace PinpointEmail
52 template<
typename DomainT = Aws::String>
53 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
54 template<
typename DomainT = Aws::String>
65 template<
typename StartDateT = Aws::Utils::DateTime>
66 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
67 template<
typename StartDateT = Aws::Utils::DateTime>
79 template<
typename EndDateT = Aws::Utils::DateTime>
80 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
81 template<
typename EndDateT = Aws::Utils::DateTime>
87 bool m_domainHasBeenSet =
false;
90 bool m_startDateHasBeenSet =
false;
93 bool m_endDateHasBeenSet =
false;
GetDomainStatisticsReportRequest & WithStartDate(StartDateT &&value)
GetDomainStatisticsReportRequest & WithDomain(DomainT &&value)
const Aws::Utils::DateTime & GetStartDate() const
const Aws::String & GetDomain() const
void SetStartDate(StartDateT &&value)
const Aws::Utils::DateTime & GetEndDate() const
void SetDomain(DomainT &&value)
bool DomainHasBeenSet() const
void SetEndDate(EndDateT &&value)
bool StartDateHasBeenSet() const
bool EndDateHasBeenSet() const
GetDomainStatisticsReportRequest & WithEndDate(EndDateT &&value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
AWS_PINPOINTEMAIL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_PINPOINTEMAIL_API GetDomainStatisticsReportRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String