7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
11#include <aws/pinpoint-email/model/DkimAttributes.h>
12#include <aws/pinpoint-email/model/IdentityType.h>
13#include <aws/pinpoint-email/model/MailFromAttributes.h>
14#include <aws/pinpoint-email/model/Tag.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace PinpointEmail {
46 m_identityTypeHasBeenSet =
true;
47 m_identityType = value;
70 m_feedbackForwardingStatusHasBeenSet =
true;
71 m_feedbackForwardingStatus = value;
89 m_verifiedForSendingStatusHasBeenSet =
true;
90 m_verifiedForSendingStatus = value;
105 template <
typename DkimAttributesT = DkimAttributes>
107 m_dkimAttributesHasBeenSet =
true;
108 m_dkimAttributes = std::forward<DkimAttributesT>(value);
110 template <
typename DkimAttributesT = DkimAttributes>
123 template <
typename MailFromAttributesT = MailFromAttributes>
125 m_mailFromAttributesHasBeenSet =
true;
126 m_mailFromAttributes = std::forward<MailFromAttributesT>(value);
128 template <
typename MailFromAttributesT = MailFromAttributes>
141 template <
typename TagsT = Aws::Vector<Tag>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Vector<Tag>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsT = Tag>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace_back(std::forward<TagsT>(value));
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
178 bool m_feedbackForwardingStatus{
false};
180 bool m_verifiedForSendingStatus{
false};
182 DkimAttributes m_dkimAttributes;
184 MailFromAttributes m_mailFromAttributes;
190 bool m_identityTypeHasBeenSet =
false;
191 bool m_feedbackForwardingStatusHasBeenSet =
false;
192 bool m_verifiedForSendingStatusHasBeenSet =
false;
193 bool m_dkimAttributesHasBeenSet =
false;
194 bool m_mailFromAttributesHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
196 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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