7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/IdentityType.h>
9#include <aws/sesv2/model/DkimAttributes.h>
10#include <aws/sesv2/model/MailFromAttributes.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/sesv2/model/VerificationStatus.h>
15#include <aws/sesv2/model/VerificationInfo.h>
16#include <aws/sesv2/model/Tag.h>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
194 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
203 bool m_feedbackForwardingStatus;
205 bool m_verifiedForSendingStatus;
bool GetFeedbackForwardingStatus() const
GetEmailIdentityResult & WithTags(Aws::Vector< Tag > &&value)
void SetRequestId(Aws::String &&value)
void SetConfigurationSetName(const char *value)
void SetIdentityType(IdentityType &&value)
GetEmailIdentityResult & WithDkimAttributes(DkimAttributes &&value)
GetEmailIdentityResult & WithVerificationStatus(const VerificationStatus &value)
const Aws::String & GetRequestId() const
void SetMailFromAttributes(const MailFromAttributes &value)
const Aws::Vector< Tag > & GetTags() const
GetEmailIdentityResult & WithConfigurationSetName(Aws::String &&value)
GetEmailIdentityResult & WithIdentityType(IdentityType &&value)
GetEmailIdentityResult & WithRequestId(const char *value)
const Aws::String & GetConfigurationSetName() const
void SetDkimAttributes(const DkimAttributes &value)
GetEmailIdentityResult & WithVerificationInfo(const VerificationInfo &value)
const VerificationStatus & GetVerificationStatus() const
GetEmailIdentityResult & WithTags(const Aws::Vector< Tag > &value)
AWS_SESV2_API GetEmailIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetVerifiedForSendingStatus() const
const MailFromAttributes & GetMailFromAttributes() const
AWS_SESV2_API GetEmailIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const VerificationInfo & GetVerificationInfo() const
void SetRequestId(const char *value)
void SetVerificationInfo(VerificationInfo &&value)
GetEmailIdentityResult & AddTags(Tag &&value)
GetEmailIdentityResult & AddPolicies(const char *key, const char *value)
void SetTags(const Aws::Vector< Tag > &value)
const DkimAttributes & GetDkimAttributes() const
void SetVerificationStatus(const VerificationStatus &value)
void SetConfigurationSetName(const Aws::String &value)
void SetPolicies(Aws::Map< Aws::String, Aws::String > &&value)
GetEmailIdentityResult & AddTags(const Tag &value)
void SetRequestId(const Aws::String &value)
void SetMailFromAttributes(MailFromAttributes &&value)
void SetIdentityType(const IdentityType &value)
const IdentityType & GetIdentityType() const
void SetVerifiedForSendingStatus(bool value)
GetEmailIdentityResult & WithConfigurationSetName(const char *value)
GetEmailIdentityResult & WithVerificationInfo(VerificationInfo &&value)
GetEmailIdentityResult & WithPolicies(const Aws::Map< Aws::String, Aws::String > &value)
GetEmailIdentityResult & WithMailFromAttributes(MailFromAttributes &&value)
void SetVerificationInfo(const VerificationInfo &value)
GetEmailIdentityResult & AddPolicies(const Aws::String &key, const Aws::String &value)
GetEmailIdentityResult & WithMailFromAttributes(const MailFromAttributes &value)
GetEmailIdentityResult & WithRequestId(Aws::String &&value)
void SetConfigurationSetName(Aws::String &&value)
GetEmailIdentityResult & AddPolicies(const char *key, Aws::String &&value)
AWS_SESV2_API GetEmailIdentityResult()
void SetFeedbackForwardingStatus(bool value)
void SetTags(Aws::Vector< Tag > &&value)
GetEmailIdentityResult & WithVerifiedForSendingStatus(bool value)
void SetDkimAttributes(DkimAttributes &&value)
GetEmailIdentityResult & WithFeedbackForwardingStatus(bool value)
GetEmailIdentityResult & WithPolicies(Aws::Map< Aws::String, Aws::String > &&value)
GetEmailIdentityResult & WithIdentityType(const IdentityType &value)
void SetPolicies(const Aws::Map< Aws::String, Aws::String > &value)
GetEmailIdentityResult & WithVerificationStatus(VerificationStatus &&value)
GetEmailIdentityResult & WithDkimAttributes(const DkimAttributes &value)
const Aws::Map< Aws::String, Aws::String > & GetPolicies() const
GetEmailIdentityResult & WithRequestId(const Aws::String &value)
GetEmailIdentityResult & AddPolicies(const Aws::String &key, Aws::String &&value)
void SetVerificationStatus(VerificationStatus &&value)
GetEmailIdentityResult & WithConfigurationSetName(const Aws::String &value)
GetEmailIdentityResult & AddPolicies(Aws::String &&key, const Aws::String &value)
GetEmailIdentityResult & AddPolicies(Aws::String &&key, Aws::String &&value)
GetEmailIdentityResult & AddPolicies(Aws::String &&key, const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue