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
92 template<
typename DkimAttributesT = DkimAttributes>
93 void SetDkimAttributes(DkimAttributesT&& value) { m_dkimAttributesHasBeenSet =
true; m_dkimAttributes = std::forward<DkimAttributesT>(value); }
94 template<
typename DkimAttributesT = DkimAttributes>
104 template<
typename MailFromAttributesT = MailFromAttributes>
105 void SetMailFromAttributes(MailFromAttributesT&& value) { m_mailFromAttributesHasBeenSet =
true; m_mailFromAttributes = std::forward<MailFromAttributesT>(value); }
106 template<
typename MailFromAttributesT = MailFromAttributes>
116 template<
typename TagsT = Aws::Vector<Tag>>
117 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
118 template<
typename TagsT = Aws::Vector<Tag>>
120 template<
typename TagsT = Tag>
127 template<
typename RequestIdT = Aws::String>
128 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
129 template<
typename RequestIdT = Aws::String>
135 bool m_identityTypeHasBeenSet =
false;
137 bool m_feedbackForwardingStatus{
false};
138 bool m_feedbackForwardingStatusHasBeenSet =
false;
140 bool m_verifiedForSendingStatus{
false};
141 bool m_verifiedForSendingStatusHasBeenSet =
false;
143 DkimAttributes m_dkimAttributes;
144 bool m_dkimAttributesHasBeenSet =
false;
146 MailFromAttributes m_mailFromAttributes;
147 bool m_mailFromAttributesHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
153 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