7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/model/EmailContent.h>
10#include <aws/iotevents/model/EmailRecipients.h>
54 inline void SetFrom(
const char* value) { m_fromHasBeenSet =
true; m_from.assign(value); }
89 bool m_fromHasBeenSet =
false;
92 bool m_contentHasBeenSet =
false;
95 bool m_recipientsHasBeenSet =
false;
EmailConfiguration & WithFrom(const Aws::String &value)
bool RecipientsHasBeenSet() const
void SetRecipients(EmailRecipients &&value)
const Aws::String & GetFrom() const
AWS_IOTEVENTS_API EmailConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetContent(EmailContent &&value)
AWS_IOTEVENTS_API EmailConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFrom(const Aws::String &value)
const EmailRecipients & GetRecipients() const
void SetFrom(const char *value)
EmailConfiguration & WithRecipients(EmailRecipients &&value)
EmailConfiguration & WithContent(EmailContent &&value)
void SetRecipients(const EmailRecipients &value)
EmailConfiguration & WithContent(const EmailContent &value)
EmailConfiguration & WithFrom(Aws::String &&value)
const EmailContent & GetContent() const
EmailConfiguration & WithRecipients(const EmailRecipients &value)
bool FromHasBeenSet() const
AWS_IOTEVENTS_API EmailConfiguration()
void SetFrom(Aws::String &&value)
EmailConfiguration & WithFrom(const char *value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentHasBeenSet() const
void SetContent(const EmailContent &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue