7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMessageId(
const char* value) { m_messageIdHasBeenSet =
true; m_messageId.assign(value); }
56 bool m_messageIdHasBeenSet =
false;
AWS_SESV2_API Aws::String SerializePayload() const override
GetMessageInsightsRequest & WithMessageId(Aws::String &&value)
AWS_SESV2_API GetMessageInsightsRequest()
virtual const char * GetServiceRequestName() const override
GetMessageInsightsRequest & WithMessageId(const Aws::String &value)
void SetMessageId(const char *value)
bool MessageIdHasBeenSet() const
GetMessageInsightsRequest & WithMessageId(const char *value)
void SetMessageId(Aws::String &&value)
const Aws::String & GetMessageId() const
void SetMessageId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String