7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetMessageId(
const char* value) { m_messageIdHasBeenSet =
true; m_messageId.assign(value); }
66 inline void SetFeedbackId(
const char* value) { m_feedbackIdHasBeenSet =
true; m_feedbackId.assign(value); }
74 bool m_messageIdHasBeenSet =
false;
77 bool m_feedbackIdHasBeenSet =
false;
bool FeedbackIdHasBeenSet() const
AWS_SESV2_API SuppressedDestinationAttributes()
SuppressedDestinationAttributes & WithFeedbackId(Aws::String &&value)
const Aws::String & GetMessageId() const
void SetFeedbackId(const Aws::String &value)
void SetMessageId(const Aws::String &value)
void SetMessageId(const char *value)
const Aws::String & GetFeedbackId() const
AWS_SESV2_API SuppressedDestinationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFeedbackId(const char *value)
SuppressedDestinationAttributes & WithFeedbackId(const char *value)
void SetFeedbackId(Aws::String &&value)
AWS_SESV2_API SuppressedDestinationAttributes(Aws::Utils::Json::JsonView jsonValue)
SuppressedDestinationAttributes & WithFeedbackId(const Aws::String &value)
void SetMessageId(Aws::String &&value)
SuppressedDestinationAttributes & WithMessageId(const char *value)
SuppressedDestinationAttributes & WithMessageId(const Aws::String &value)
SuppressedDestinationAttributes & WithMessageId(Aws::String &&value)
bool MessageIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue