AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateEmailIdentityResult.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/IdentityType.h>
9#include <aws/sesv2/model/DkimAttributes.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace SESV2
26{
27namespace Model
28{
37 {
38 public:
42
43
45
49 inline const IdentityType& GetIdentityType() const{ return m_identityType; }
50 inline void SetIdentityType(const IdentityType& value) { m_identityType = value; }
51 inline void SetIdentityType(IdentityType&& value) { m_identityType = std::move(value); }
52 inline CreateEmailIdentityResult& WithIdentityType(const IdentityType& value) { SetIdentityType(value); return *this;}
53 inline CreateEmailIdentityResult& WithIdentityType(IdentityType&& value) { SetIdentityType(std::move(value)); return *this;}
55
57
64 inline bool GetVerifiedForSendingStatus() const{ return m_verifiedForSendingStatus; }
65 inline void SetVerifiedForSendingStatus(bool value) { m_verifiedForSendingStatus = value; }
68
70
74 inline const DkimAttributes& GetDkimAttributes() const{ return m_dkimAttributes; }
75 inline void SetDkimAttributes(const DkimAttributes& value) { m_dkimAttributes = value; }
76 inline void SetDkimAttributes(DkimAttributes&& value) { m_dkimAttributes = std::move(value); }
78 inline CreateEmailIdentityResult& WithDkimAttributes(DkimAttributes&& value) { SetDkimAttributes(std::move(value)); return *this;}
80
82
83 inline const Aws::String& GetRequestId() const{ return m_requestId; }
84 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
85 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
86 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
87 inline CreateEmailIdentityResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
88 inline CreateEmailIdentityResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
89 inline CreateEmailIdentityResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
91 private:
92
93 IdentityType m_identityType;
94
95 bool m_verifiedForSendingStatus;
96
97 DkimAttributes m_dkimAttributes;
98
99 Aws::String m_requestId;
100 };
101
102} // namespace Model
103} // namespace SESV2
104} // namespace Aws
void SetDkimAttributes(const DkimAttributes &value)
AWS_SESV2_API CreateEmailIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEmailIdentityResult & WithRequestId(const Aws::String &value)
CreateEmailIdentityResult & WithVerifiedForSendingStatus(bool value)
CreateEmailIdentityResult & WithRequestId(const char *value)
AWS_SESV2_API CreateEmailIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEmailIdentityResult & WithDkimAttributes(DkimAttributes &&value)
CreateEmailIdentityResult & WithRequestId(Aws::String &&value)
CreateEmailIdentityResult & WithDkimAttributes(const DkimAttributes &value)
CreateEmailIdentityResult & WithIdentityType(const IdentityType &value)
CreateEmailIdentityResult & WithIdentityType(IdentityType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue