7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename EmailAddressIdT = Aws::String>
42 void SetEmailAddressId(EmailAddressIdT&& value) { m_emailAddressIdHasBeenSet =
true; m_emailAddressId = std::forward<EmailAddressIdT>(value); }
43 template<
typename EmailAddressIdT = Aws::String>
52 template<
typename EmailAddressArnT = Aws::String>
53 void SetEmailAddressArn(EmailAddressArnT&& value) { m_emailAddressArnHasBeenSet =
true; m_emailAddressArn = std::forward<EmailAddressArnT>(value); }
54 template<
typename EmailAddressArnT = Aws::String>
63 template<
typename EmailAddressT = Aws::String>
64 void SetEmailAddress(EmailAddressT&& value) { m_emailAddressHasBeenSet =
true; m_emailAddress = std::forward<EmailAddressT>(value); }
65 template<
typename EmailAddressT = Aws::String>
74 template<
typename DisplayNameT = Aws::String>
75 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
76 template<
typename DisplayNameT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
96 template<
typename CreateTimestampT = Aws::String>
97 void SetCreateTimestamp(CreateTimestampT&& value) { m_createTimestampHasBeenSet =
true; m_createTimestamp = std::forward<CreateTimestampT>(value); }
98 template<
typename CreateTimestampT = Aws::String>
107 template<
typename ModifiedTimestampT = Aws::String>
108 void SetModifiedTimestamp(ModifiedTimestampT&& value) { m_modifiedTimestampHasBeenSet =
true; m_modifiedTimestamp = std::forward<ModifiedTimestampT>(value); }
109 template<
typename ModifiedTimestampT = Aws::String>
119 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
120 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
121 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
125 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
132 template<
typename RequestIdT = Aws::String>
133 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
134 template<
typename RequestIdT = Aws::String>
140 bool m_emailAddressIdHasBeenSet =
false;
143 bool m_emailAddressArnHasBeenSet =
false;
146 bool m_emailAddressHasBeenSet =
false;
149 bool m_displayNameHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_createTimestampHasBeenSet =
false;
158 bool m_modifiedTimestampHasBeenSet =
false;
161 bool m_tagsHasBeenSet =
false;
164 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)
DescribeEmailAddressResult & WithEmailAddressArn(EmailAddressArnT &&value)
DescribeEmailAddressResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetEmailAddressArn(EmailAddressArnT &&value)
DescribeEmailAddressResult & WithRequestId(RequestIdT &&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 SetCreateTimestamp(CreateTimestampT &&value)
void SetModifiedTimestamp(ModifiedTimestampT &&value)
void SetEmailAddressId(EmailAddressIdT &&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
Aws::Utils::Json::JsonValue JsonValue