& result);
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline const Aws::String& GetMessageId() const{ return m_messageId; }
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline void SetMessageId(const Aws::String& value) { m_messageId = value; }
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline void SetMessageId(Aws::String&& value) { m_messageId = std::move(value); }
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline void SetMessageId(const char* value) { m_messageId.assign(value); }
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline SendCustomVerificationEmailResult& WithMessageId(const Aws::String& value) { SetMessageId(value); return *this;}
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline SendCustomVerificationEmailResult& WithMessageId(Aws::String&& value) { SetMessageId(std::move(value)); return *this;}
/**
* The unique message identifier returned from the
* SendCustomVerificationEmail
operation.
*/
inline SendCustomVerificationEmailResult& WithMessageId(const char* value) { SetMessageId(value); return *this;}
inline const Aws::String& GetRequestId() const{ return m_requestId; }
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
inline SendCustomVerificationEmailResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline SendCustomVerificationEmailResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline SendCustomVerificationEmailResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
Aws::String m_messageId;
Aws::String m_requestId;
};
} // namespace Model
} // namespace SESV2
} // namespace Aws