7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sesv2/model/InsightsEvent.h>
51 inline void SetDestination(
const char* value) { m_destinationHasBeenSet =
true; m_destination.assign(value); }
64 inline void SetIsp(
Aws::String&& value) { m_ispHasBeenSet =
true; m_isp = std::move(value); }
65 inline void SetIsp(
const char* value) { m_ispHasBeenSet =
true; m_isp.assign(value); }
87 bool m_destinationHasBeenSet =
false;
90 bool m_ispHasBeenSet =
false;
93 bool m_eventsHasBeenSet =
false;
EmailInsights & WithDestination(Aws::String &&value)
EmailInsights & WithEvents(Aws::Vector< InsightsEvent > &&value)
const Aws::String & GetIsp() const
EmailInsights & AddEvents(InsightsEvent &&value)
const Aws::Vector< InsightsEvent > & GetEvents() const
void SetDestination(const char *value)
void SetEvents(const Aws::Vector< InsightsEvent > &value)
void SetIsp(const char *value)
EmailInsights & WithIsp(const char *value)
EmailInsights & WithIsp(const Aws::String &value)
void SetDestination(const Aws::String &value)
EmailInsights & WithDestination(const char *value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SESV2_API EmailInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvents(Aws::Vector< InsightsEvent > &&value)
AWS_SESV2_API EmailInsights(Aws::Utils::Json::JsonView jsonValue)
void SetIsp(const Aws::String &value)
bool EventsHasBeenSet() const
void SetDestination(Aws::String &&value)
void SetIsp(Aws::String &&value)
EmailInsights & AddEvents(const InsightsEvent &value)
const Aws::String & GetDestination() const
EmailInsights & WithIsp(Aws::String &&value)
EmailInsights & WithDestination(const Aws::String &value)
bool DestinationHasBeenSet() const
EmailInsights & WithEvents(const Aws::Vector< InsightsEvent > &value)
AWS_SESV2_API EmailInsights()
bool IspHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue