7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TaskTemplateStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
119 m_statusHasBeenSet =
true;
134 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 m_lastModifiedTimeHasBeenSet =
true;
137 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
139 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
152 template <
typename CreatedTimeT = Aws::Utils::DateTime>
154 m_createdTimeHasBeenSet =
true;
155 m_createdTime = std::forward<CreatedTimeT>(value);
157 template <
typename CreatedTimeT = Aws::Utils::DateTime>
177 bool m_idHasBeenSet =
false;
178 bool m_arnHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_lastModifiedTimeHasBeenSet =
false;
183 bool m_createdTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue