7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/pinpoint-email/model/DeliverabilityTestStatus.h>
23namespace PinpointEmail
49 template<
typename ReportIdT = Aws::String>
50 void SetReportId(ReportIdT&& value) { m_reportIdHasBeenSet =
true; m_reportId = std::forward<ReportIdT>(value); }
51 template<
typename ReportIdT = Aws::String>
61 template<
typename ReportNameT = Aws::String>
62 void SetReportName(ReportNameT&& value) { m_reportNameHasBeenSet =
true; m_reportName = std::forward<ReportNameT>(value); }
63 template<
typename ReportNameT = Aws::String>
74 template<
typename SubjectT = Aws::String>
75 void SetSubject(SubjectT&& value) { m_subjectHasBeenSet =
true; m_subject = std::forward<SubjectT>(value); }
76 template<
typename SubjectT = Aws::String>
87 template<
typename FromEmailAddressT = Aws::String>
88 void SetFromEmailAddress(FromEmailAddressT&& value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress = std::forward<FromEmailAddressT>(value); }
89 template<
typename FromEmailAddressT = Aws::String>
100 template<
typename CreateDateT = Aws::Utils::DateTime>
101 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
102 template<
typename CreateDateT = Aws::Utils::DateTime>
117 inline void SetDeliverabilityTestStatus(DeliverabilityTestStatus value) { m_deliverabilityTestStatusHasBeenSet =
true; m_deliverabilityTestStatus = value; }
123 bool m_reportIdHasBeenSet =
false;
126 bool m_reportNameHasBeenSet =
false;
129 bool m_subjectHasBeenSet =
false;
132 bool m_fromEmailAddressHasBeenSet =
false;
135 bool m_createDateHasBeenSet =
false;
137 DeliverabilityTestStatus m_deliverabilityTestStatus{DeliverabilityTestStatus::NOT_SET};
138 bool m_deliverabilityTestStatusHasBeenSet =
false;
void SetDeliverabilityTestStatus(DeliverabilityTestStatus value)
DeliverabilityTestReport & WithCreateDate(CreateDateT &&value)
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
DeliverabilityTestReport & WithReportId(ReportIdT &&value)
const Aws::Utils::DateTime & GetCreateDate() const
AWS_PINPOINTEMAIL_API DeliverabilityTestReport()=default
void SetSubject(SubjectT &&value)
bool ReportNameHasBeenSet() const
void SetFromEmailAddress(FromEmailAddressT &&value)
const Aws::String & GetReportName() const
DeliverabilityTestReport & WithSubject(SubjectT &&value)
DeliverabilityTestReport & WithReportName(ReportNameT &&value)
const Aws::String & GetSubject() const
bool SubjectHasBeenSet() const
bool ReportIdHasBeenSet() const
void SetCreateDate(CreateDateT &&value)
DeliverabilityTestReport & WithDeliverabilityTestStatus(DeliverabilityTestStatus value)
bool DeliverabilityTestStatusHasBeenSet() const
void SetReportName(ReportNameT &&value)
const Aws::String & GetReportId() const
bool CreateDateHasBeenSet() const
DeliverabilityTestReport & WithFromEmailAddress(FromEmailAddressT &&value)
bool FromEmailAddressHasBeenSet() const
AWS_PINPOINTEMAIL_API DeliverabilityTestReport & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFromEmailAddress() const
void SetReportId(ReportIdT &&value)
AWS_PINPOINTEMAIL_API DeliverabilityTestReport(Aws::Utils::Json::JsonView jsonValue)
DeliverabilityTestStatus GetDeliverabilityTestStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue