74 inline void SetBounceTopic(
const char* value) { m_bounceTopicHasBeenSet =
true; m_bounceTopic.assign(value); }
123 inline void SetComplaintTopic(
const char* value) { m_complaintTopicHasBeenSet =
true; m_complaintTopic.assign(value); }
172 inline void SetDeliveryTopic(
const char* value) { m_deliveryTopicHasBeenSet =
true; m_deliveryTopic.assign(value); }
218 inline void SetForwardingEnabled(
bool value) { m_forwardingEnabledHasBeenSet =
true; m_forwardingEnabled = value; }
343 bool m_bounceTopicHasBeenSet;
346 bool m_complaintTopicHasBeenSet;
349 bool m_deliveryTopicHasBeenSet;
351 bool m_forwardingEnabled;
352 bool m_forwardingEnabledHasBeenSet;
354 bool m_headersInBounceNotificationsEnabled;
355 bool m_headersInBounceNotificationsEnabledHasBeenSet;
357 bool m_headersInComplaintNotificationsEnabled;
358 bool m_headersInComplaintNotificationsEnabledHasBeenSet;
360 bool m_headersInDeliveryNotificationsEnabled;
361 bool m_headersInDeliveryNotificationsEnabledHasBeenSet;