7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ExtractionDefinitionIdT = Aws::String>
62 m_extractionDefinitionIdHasBeenSet =
true;
63 m_extractionDefinitionId = std::forward<ExtractionDefinitionIdT>(value);
65 template <
typename ExtractionDefinitionIdT = Aws::String>
78 template <
typename ExtractionDefinitionArnT = Aws::String>
80 m_extractionDefinitionArnHasBeenSet =
true;
81 m_extractionDefinitionArn = std::forward<ExtractionDefinitionArnT>(value);
83 template <
typename ExtractionDefinitionArnT = Aws::String>
96 template <
typename CreatedTimeT = Aws::Utils::DateTime>
98 m_createdTimeHasBeenSet =
true;
99 m_createdTime = std::forward<CreatedTimeT>(value);
101 template <
typename CreatedTimeT = Aws::Utils::DateTime>
114 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
116 m_lastUpdatedTimeHasBeenSet =
true;
117 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
119 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
133 template <
typename LastUpdatedByT = Aws::String>
135 m_lastUpdatedByHasBeenSet =
true;
136 m_lastUpdatedBy = std::forward<LastUpdatedByT>(value);
138 template <
typename LastUpdatedByT = Aws::String>
156 bool m_nameHasBeenSet =
false;
157 bool m_extractionDefinitionIdHasBeenSet =
false;
158 bool m_extractionDefinitionArnHasBeenSet =
false;
159 bool m_createdTimeHasBeenSet =
false;
160 bool m_lastUpdatedTimeHasBeenSet =
false;
161 bool m_lastUpdatedByHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue