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
51 inline void SetReportId(
const char* value) { m_reportIdHasBeenSet =
true; m_reportId.assign(value); }
65 inline void SetReportName(
const char* value) { m_reportNameHasBeenSet =
true; m_reportName.assign(value); }
80 inline void SetSubject(
const char* value) { m_subjectHasBeenSet =
true; m_subject.assign(value); }
95 inline void SetFromEmailAddress(
const char* value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress.assign(value); }
125 inline void SetDeliverabilityTestStatus(
const DeliverabilityTestStatus& value) { m_deliverabilityTestStatusHasBeenSet =
true; m_deliverabilityTestStatus = value; }
126 inline void SetDeliverabilityTestStatus(DeliverabilityTestStatus&& value) { m_deliverabilityTestStatusHasBeenSet =
true; m_deliverabilityTestStatus = std::move(value); }
133 bool m_reportIdHasBeenSet =
false;
136 bool m_reportNameHasBeenSet =
false;
139 bool m_subjectHasBeenSet =
false;
142 bool m_fromEmailAddressHasBeenSet =
false;
145 bool m_createDateHasBeenSet =
false;
147 DeliverabilityTestStatus m_deliverabilityTestStatus;
148 bool m_deliverabilityTestStatusHasBeenSet =
false;
void SetFromEmailAddress(const Aws::String &value)
AWS_PINPOINTEMAIL_API DeliverabilityTestReport()
const DeliverabilityTestStatus & GetDeliverabilityTestStatus() const
DeliverabilityTestReport & WithReportId(const char *value)
void SetReportName(const Aws::String &value)
DeliverabilityTestReport & WithDeliverabilityTestStatus(const DeliverabilityTestStatus &value)
DeliverabilityTestReport & WithReportName(const char *value)
DeliverabilityTestReport & WithReportName(Aws::String &&value)
void SetCreateDate(const Aws::Utils::DateTime &value)
DeliverabilityTestReport & WithFromEmailAddress(const char *value)
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
DeliverabilityTestReport & WithCreateDate(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreateDate() const
void SetReportName(Aws::String &&value)
void SetSubject(const char *value)
DeliverabilityTestReport & WithSubject(const char *value)
DeliverabilityTestReport & WithReportName(const Aws::String &value)
void SetFromEmailAddress(const char *value)
DeliverabilityTestReport & WithSubject(const Aws::String &value)
bool ReportNameHasBeenSet() const
const Aws::String & GetReportName() const
void SetDeliverabilityTestStatus(const DeliverabilityTestStatus &value)
DeliverabilityTestReport & WithReportId(const Aws::String &value)
const Aws::String & GetSubject() const
bool SubjectHasBeenSet() const
void SetReportId(const Aws::String &value)
bool ReportIdHasBeenSet() const
void SetDeliverabilityTestStatus(DeliverabilityTestStatus &&value)
void SetCreateDate(Aws::Utils::DateTime &&value)
bool DeliverabilityTestStatusHasBeenSet() const
void SetReportName(const char *value)
DeliverabilityTestReport & WithFromEmailAddress(Aws::String &&value)
const Aws::String & GetReportId() const
void SetReportId(Aws::String &&value)
bool CreateDateHasBeenSet() const
void SetSubject(Aws::String &&value)
DeliverabilityTestReport & WithSubject(Aws::String &&value)
bool FromEmailAddressHasBeenSet() const
AWS_PINPOINTEMAIL_API DeliverabilityTestReport & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFromEmailAddress(Aws::String &&value)
DeliverabilityTestReport & WithDeliverabilityTestStatus(DeliverabilityTestStatus &&value)
void SetReportId(const char *value)
const Aws::String & GetFromEmailAddress() const
DeliverabilityTestReport & WithFromEmailAddress(const Aws::String &value)
DeliverabilityTestReport & WithReportId(Aws::String &&value)
DeliverabilityTestReport & WithCreateDate(const Aws::Utils::DateTime &value)
AWS_PINPOINTEMAIL_API DeliverabilityTestReport(Aws::Utils::Json::JsonView jsonValue)
void SetSubject(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue