7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/TaskTemplateStatus.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = 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>
110 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
111 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
112 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
122 template<
typename CreatedTimeT = Aws::Utils::DateTime>
123 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
124 template<
typename CreatedTimeT = Aws::Utils::DateTime>
130 bool m_idHasBeenSet =
false;
133 bool m_arnHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
145 bool m_lastModifiedTimeHasBeenSet =
false;
148 bool m_createdTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue