7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sesv2/model/SuppressionListReason.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
85 bool m_emailAddressHasBeenSet =
false;
88 bool m_reasonHasBeenSet =
false;
91 bool m_lastUpdateTimeHasBeenSet =
false;
void SetEmailAddress(const char *value)
SuppressedDestinationSummary & WithReason(const SuppressionListReason &value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetEmailAddress(const Aws::String &value)
void SetEmailAddress(Aws::String &&value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastUpdateTimeHasBeenSet() const
AWS_SESV2_API SuppressedDestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const SuppressionListReason & GetReason() const
AWS_SESV2_API SuppressedDestinationSummary(Aws::Utils::Json::JsonView jsonValue)
SuppressedDestinationSummary & WithEmailAddress(const Aws::String &value)
SuppressedDestinationSummary & WithLastUpdateTime(Aws::Utils::DateTime &&value)
void SetReason(const SuppressionListReason &value)
SuppressedDestinationSummary & WithLastUpdateTime(const Aws::Utils::DateTime &value)
void SetReason(SuppressionListReason &&value)
SuppressedDestinationSummary & WithReason(SuppressionListReason &&value)
const Aws::String & GetEmailAddress() const
bool ReasonHasBeenSet() const
SuppressedDestinationSummary & WithEmailAddress(Aws::String &&value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
bool EmailAddressHasBeenSet() const
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
AWS_SESV2_API SuppressedDestinationSummary()
SuppressedDestinationSummary & WithEmailAddress(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue