7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AliasConfiguration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename EmailAddressIdT = Aws::String>
40 m_emailAddressIdHasBeenSet =
true;
41 m_emailAddressId = std::forward<EmailAddressIdT>(value);
43 template <
typename EmailAddressIdT = Aws::String>
55 template <
typename EmailAddressArnT = Aws::String>
57 m_emailAddressArnHasBeenSet =
true;
58 m_emailAddressArn = std::forward<EmailAddressArnT>(value);
60 template <
typename EmailAddressArnT = Aws::String>
72 template <
typename EmailAddressT = Aws::String>
74 m_emailAddressHasBeenSet =
true;
75 m_emailAddress = std::forward<EmailAddressT>(value);
77 template <
typename EmailAddressT = Aws::String>
89 template <
typename DisplayNameT = Aws::String>
91 m_displayNameHasBeenSet =
true;
92 m_displayName = std::forward<DisplayNameT>(value);
94 template <
typename DisplayNameT = Aws::String>
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
123 template <
typename CreateTimestampT = Aws::String>
125 m_createTimestampHasBeenSet =
true;
126 m_createTimestamp = std::forward<CreateTimestampT>(value);
128 template <
typename CreateTimestampT = Aws::String>
140 template <
typename ModifiedTimestampT = Aws::String>
142 m_modifiedTimestampHasBeenSet =
true;
143 m_modifiedTimestamp = std::forward<ModifiedTimestampT>(value);
145 template <
typename ModifiedTimestampT = Aws::String>
159 template <
typename AliasConfigurationsT = Aws::Vector<AliasConfiguration>>
161 m_aliasConfigurationsHasBeenSet =
true;
162 m_aliasConfigurations = std::forward<AliasConfigurationsT>(value);
164 template <
typename AliasConfigurationsT = Aws::Vector<AliasConfiguration>>
169 template <
typename AliasConfigurationsT = AliasConfiguration>
171 m_aliasConfigurationsHasBeenSet =
true;
172 m_aliasConfigurations.emplace_back(std::forward<AliasConfigurationsT>(value));
183 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
185 m_tagsHasBeenSet =
true;
186 m_tags = std::forward<TagsT>(value);
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 SetTags(std::forward<TagsT>(value));
193 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
195 m_tagsHasBeenSet =
true;
196 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
204 template <
typename RequestIdT = Aws::String>
206 m_requestIdHasBeenSet =
true;
207 m_requestId = std::forward<RequestIdT>(value);
209 template <
typename RequestIdT = Aws::String>
238 bool m_emailAddressIdHasBeenSet =
false;
239 bool m_emailAddressArnHasBeenSet =
false;
240 bool m_emailAddressHasBeenSet =
false;
241 bool m_displayNameHasBeenSet =
false;
242 bool m_descriptionHasBeenSet =
false;
243 bool m_createTimestampHasBeenSet =
false;
244 bool m_modifiedTimestampHasBeenSet =
false;
245 bool m_aliasConfigurationsHasBeenSet =
false;
246 bool m_tagsHasBeenSet =
false;
247 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetEmailAddress() const
const Aws::String & GetRequestId() const
const Aws::String & GetDisplayName() const
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
DescribeEmailAddressResult & WithCreateTimestamp(CreateTimestampT &&value)
const Aws::Vector< AliasConfiguration > & GetAliasConfigurations() const
DescribeEmailAddressResult & WithEmailAddressArn(EmailAddressArnT &&value)
DescribeEmailAddressResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetEmailAddressArn(EmailAddressArnT &&value)
DescribeEmailAddressResult & WithRequestId(RequestIdT &&value)
DescribeEmailAddressResult & WithAliasConfigurations(AliasConfigurationsT &&value)
DescribeEmailAddressResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
DescribeEmailAddressResult & WithTags(TagsT &&value)
DescribeEmailAddressResult & WithDisplayName(DisplayNameT &&value)
AWS_CONNECT_API DescribeEmailAddressResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAliasConfigurations(AliasConfigurationsT &&value)
void SetCreateTimestamp(CreateTimestampT &&value)
void SetModifiedTimestamp(ModifiedTimestampT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetEmailAddressId(EmailAddressIdT &&value)
DescribeEmailAddressResult & AddAliasConfigurations(AliasConfigurationsT &&value)
DescribeEmailAddressResult & WithModifiedTimestamp(ModifiedTimestampT &&value)
const Aws::String & GetEmailAddressId() const
void SetTags(TagsT &&value)
const Aws::String & GetCreateTimestamp() const
AWS_CONNECT_API DescribeEmailAddressResult()=default
const Aws::String & GetEmailAddressArn() const
AWS_CONNECT_API DescribeEmailAddressResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetModifiedTimestamp() const
DescribeEmailAddressResult & WithEmailAddressId(EmailAddressIdT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetEmailAddress(EmailAddressT &&value)
DescribeEmailAddressResult & WithEmailAddress(EmailAddressT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
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