7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
10#include <aws/pinpoint-email/model/DkimAttributes.h>
11#include <aws/pinpoint-email/model/IdentityType.h>
12#include <aws/pinpoint-email/model/MailFromAttributes.h>
13#include <aws/pinpoint-email/model/Tag.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace PinpointEmail {
45 m_identityTypeHasBeenSet =
true;
46 m_identityType = value;
69 m_feedbackForwardingStatusHasBeenSet =
true;
70 m_feedbackForwardingStatus = value;
88 m_verifiedForSendingStatusHasBeenSet =
true;
89 m_verifiedForSendingStatus = value;
104 template <
typename DkimAttributesT = DkimAttributes>
106 m_dkimAttributesHasBeenSet =
true;
107 m_dkimAttributes = std::forward<DkimAttributesT>(value);
109 template <
typename DkimAttributesT = DkimAttributes>
122 template <
typename MailFromAttributesT = MailFromAttributes>
124 m_mailFromAttributesHasBeenSet =
true;
125 m_mailFromAttributes = std::forward<MailFromAttributesT>(value);
127 template <
typename MailFromAttributesT = MailFromAttributes>
140 template <
typename TagsT = Aws::Vector<Tag>>
142 m_tagsHasBeenSet =
true;
143 m_tags = std::forward<TagsT>(value);
145 template <
typename TagsT = Aws::Vector<Tag>>
147 SetTags(std::forward<TagsT>(value));
150 template <
typename TagsT = Tag>
152 m_tagsHasBeenSet =
true;
153 m_tags.emplace_back(std::forward<TagsT>(value));
161 template <
typename RequestIdT = Aws::String>
163 m_requestIdHasBeenSet =
true;
164 m_requestId = std::forward<RequestIdT>(value);
166 template <
typename RequestIdT = Aws::String>
175 bool m_feedbackForwardingStatus{
false};
177 bool m_verifiedForSendingStatus{
false};
179 DkimAttributes m_dkimAttributes;
181 MailFromAttributes m_mailFromAttributes;
186 bool m_identityTypeHasBeenSet =
false;
187 bool m_feedbackForwardingStatusHasBeenSet =
false;
188 bool m_verifiedForSendingStatusHasBeenSet =
false;
189 bool m_dkimAttributesHasBeenSet =
false;
190 bool m_mailFromAttributesHasBeenSet =
false;
191 bool m_tagsHasBeenSet =
false;
192 bool m_requestIdHasBeenSet =
false;
const MailFromAttributes & GetMailFromAttributes() const
IdentityType GetIdentityType() const
void SetDkimAttributes(DkimAttributesT &&value)
void SetMailFromAttributes(MailFromAttributesT &&value)
void SetVerifiedForSendingStatus(bool value)
GetEmailIdentityResult & WithDkimAttributes(DkimAttributesT &&value)
GetEmailIdentityResult & WithMailFromAttributes(MailFromAttributesT &&value)
bool GetFeedbackForwardingStatus() const
GetEmailIdentityResult & WithFeedbackForwardingStatus(bool value)
AWS_PINPOINTEMAIL_API GetEmailIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetVerifiedForSendingStatus() const
GetEmailIdentityResult & WithRequestId(RequestIdT &&value)
void SetIdentityType(IdentityType value)
void SetRequestId(RequestIdT &&value)
GetEmailIdentityResult & AddTags(TagsT &&value)
const DkimAttributes & GetDkimAttributes() const
void SetTags(TagsT &&value)
AWS_PINPOINTEMAIL_API GetEmailIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEmailIdentityResult & WithVerifiedForSendingStatus(bool value)
void SetFeedbackForwardingStatus(bool value)
const Aws::String & GetRequestId() const
GetEmailIdentityResult & WithIdentityType(IdentityType value)
const Aws::Vector< Tag > & GetTags() const
AWS_PINPOINTEMAIL_API GetEmailIdentityResult()=default
GetEmailIdentityResult & WithTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue