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>
11#include <aws/sesv2/model/SuppressedDestinationAttributes.h>
52 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
99 bool m_emailAddressHasBeenSet =
false;
102 bool m_reasonHasBeenSet =
false;
105 bool m_lastUpdateTimeHasBeenSet =
false;
108 bool m_attributesHasBeenSet =
false;
SuppressedDestination & WithEmailAddress(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
AWS_SESV2_API SuppressedDestination(Aws::Utils::Json::JsonView jsonValue)
SuppressedDestination & WithEmailAddress(const Aws::String &value)
SuppressedDestination & WithEmailAddress(const char *value)
const SuppressedDestinationAttributes & GetAttributes() const
const SuppressionListReason & GetReason() const
SuppressedDestination & WithAttributes(const SuppressedDestinationAttributes &value)
SuppressedDestination & WithLastUpdateTime(const Aws::Utils::DateTime &value)
AWS_SESV2_API SuppressedDestination()
void SetAttributes(const SuppressedDestinationAttributes &value)
SuppressedDestination & WithLastUpdateTime(Aws::Utils::DateTime &&value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReason(const SuppressionListReason &value)
SuppressedDestination & WithAttributes(SuppressedDestinationAttributes &&value)
const Aws::String & GetEmailAddress() const
void SetReason(SuppressionListReason &&value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
bool AttributesHasBeenSet() const
void SetEmailAddress(const char *value)
SuppressedDestination & WithReason(SuppressionListReason &&value)
void SetAttributes(SuppressedDestinationAttributes &&value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
bool LastUpdateTimeHasBeenSet() const
bool ReasonHasBeenSet() const
void SetEmailAddress(Aws::String &&value)
void SetEmailAddress(const Aws::String &value)
AWS_SESV2_API SuppressedDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EmailAddressHasBeenSet() const
SuppressedDestination & WithReason(const SuppressionListReason &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue