7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename AliasIdT = Aws::String>
61 m_aliasIdHasBeenSet =
true;
62 m_aliasId = std::forward<AliasIdT>(value);
64 template <
typename AliasIdT = Aws::String>
75 inline long long GetVersion()
const {
return m_version; }
78 m_versionHasBeenSet =
true;
93 template <
typename AliasNameT = Aws::String>
95 m_aliasNameHasBeenSet =
true;
96 m_aliasName = std::forward<AliasNameT>(value);
98 template <
typename AliasNameT = Aws::String>
111 template <
typename AliasDescriptionT = Aws::String>
113 m_aliasDescriptionHasBeenSet =
true;
114 m_aliasDescription = std::forward<AliasDescriptionT>(value);
116 template <
typename AliasDescriptionT = Aws::String>
129 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
131 m_lastModifiedTimeHasBeenSet =
true;
132 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
134 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
145 long long m_version{0};
152 bool m_arnHasBeenSet =
false;
153 bool m_aliasIdHasBeenSet =
false;
154 bool m_versionHasBeenSet =
false;
155 bool m_aliasNameHasBeenSet =
false;
156 bool m_aliasDescriptionHasBeenSet =
false;
157 bool m_lastModifiedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue