7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AliasConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename EmailAddressIdT = Aws::String>
45 m_emailAddressIdHasBeenSet =
true;
46 m_emailAddressId = std::forward<EmailAddressIdT>(value);
48 template <
typename EmailAddressIdT = Aws::String>
61 template <
typename EmailAddressArnT = Aws::String>
63 m_emailAddressArnHasBeenSet =
true;
64 m_emailAddressArn = std::forward<EmailAddressArnT>(value);
66 template <
typename EmailAddressArnT = Aws::String>
79 template <
typename EmailAddressT = Aws::String>
81 m_emailAddressHasBeenSet =
true;
82 m_emailAddress = std::forward<EmailAddressT>(value);
84 template <
typename EmailAddressT = Aws::String>
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
115 template <
typename DisplayNameT = Aws::String>
117 m_displayNameHasBeenSet =
true;
118 m_displayName = std::forward<DisplayNameT>(value);
120 template <
typename DisplayNameT = Aws::String>
135 template <
typename AliasConfigurationsT = Aws::Vector<AliasConfiguration>>
137 m_aliasConfigurationsHasBeenSet =
true;
138 m_aliasConfigurations = std::forward<AliasConfigurationsT>(value);
140 template <
typename AliasConfigurationsT = Aws::Vector<AliasConfiguration>>
145 template <
typename AliasConfigurationsT = AliasConfiguration>
147 m_aliasConfigurationsHasBeenSet =
true;
148 m_aliasConfigurations.emplace_back(std::forward<AliasConfigurationsT>(value));
164 bool m_emailAddressIdHasBeenSet =
false;
165 bool m_emailAddressArnHasBeenSet =
false;
166 bool m_emailAddressHasBeenSet =
false;
167 bool m_descriptionHasBeenSet =
false;
168 bool m_displayNameHasBeenSet =
false;
169 bool m_aliasConfigurationsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue