7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/model/IdentityType.h>
9#include <aws/pinpoint-email/model/DkimAttributes.h>
10#include <aws/pinpoint-email/model/MailFromAttributes.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/pinpoint-email/model/Tag.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace PinpointEmail
131 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
140 bool m_feedbackForwardingStatus;
142 bool m_verifiedForSendingStatus;
const MailFromAttributes & GetMailFromAttributes() const
void SetRequestId(Aws::String &&value)
const IdentityType & GetIdentityType() const
GetEmailIdentityResult & WithMailFromAttributes(const MailFromAttributes &value)
GetEmailIdentityResult & WithMailFromAttributes(MailFromAttributes &&value)
GetEmailIdentityResult & WithTags(const Aws::Vector< Tag > &value)
void SetVerifiedForSendingStatus(bool value)
void SetTags(Aws::Vector< Tag > &&value)
GetEmailIdentityResult & AddTags(const Tag &value)
GetEmailIdentityResult & WithIdentityType(const IdentityType &value)
bool GetFeedbackForwardingStatus() const
GetEmailIdentityResult & WithDkimAttributes(DkimAttributes &&value)
GetEmailIdentityResult & WithFeedbackForwardingStatus(bool value)
void SetIdentityType(const IdentityType &value)
AWS_PINPOINTEMAIL_API GetEmailIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetVerifiedForSendingStatus() const
GetEmailIdentityResult & WithIdentityType(IdentityType &&value)
void SetTags(const Aws::Vector< Tag > &value)
void SetRequestId(const char *value)
void SetMailFromAttributes(const MailFromAttributes &value)
AWS_PINPOINTEMAIL_API GetEmailIdentityResult()
GetEmailIdentityResult & WithTags(Aws::Vector< Tag > &&value)
const DkimAttributes & GetDkimAttributes() const
void SetRequestId(const Aws::String &value)
void SetDkimAttributes(DkimAttributes &&value)
void SetIdentityType(IdentityType &&value)
void SetDkimAttributes(const DkimAttributes &value)
GetEmailIdentityResult & AddTags(Tag &&value)
GetEmailIdentityResult & WithDkimAttributes(const DkimAttributes &value)
AWS_PINPOINTEMAIL_API GetEmailIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEmailIdentityResult & WithRequestId(const Aws::String &value)
GetEmailIdentityResult & WithVerifiedForSendingStatus(bool value)
void SetMailFromAttributes(MailFromAttributes &&value)
GetEmailIdentityResult & WithRequestId(Aws::String &&value)
void SetFeedbackForwardingStatus(bool value)
GetEmailIdentityResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue