7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ExtractionConfiguration.h>
9#include <aws/connect/model/ExtractionDefinitionDisplay.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename ExtractionDefinitionIdT = Aws::String>
64 m_extractionDefinitionIdHasBeenSet =
true;
65 m_extractionDefinitionId = std::forward<ExtractionDefinitionIdT>(value);
67 template <
typename ExtractionDefinitionIdT = Aws::String>
80 template <
typename ExtractionDefinitionArnT = Aws::String>
82 m_extractionDefinitionArnHasBeenSet =
true;
83 m_extractionDefinitionArn = std::forward<ExtractionDefinitionArnT>(value);
85 template <
typename ExtractionDefinitionArnT = Aws::String>
98 template <
typename ExtractionConfigurationT = ExtractionConfiguration>
100 m_extractionConfigurationHasBeenSet =
true;
101 m_extractionConfiguration = std::forward<ExtractionConfigurationT>(value);
103 template <
typename ExtractionConfigurationT = ExtractionConfiguration>
116 template <
typename DisplayT = ExtractionDefinitionDisplay>
118 m_displayHasBeenSet =
true;
119 m_display = std::forward<DisplayT>(value);
121 template <
typename DisplayT = ExtractionDefinitionDisplay>
134 template <
typename CreatedTimeT = Aws::Utils::DateTime>
136 m_createdTimeHasBeenSet =
true;
137 m_createdTime = std::forward<CreatedTimeT>(value);
139 template <
typename CreatedTimeT = Aws::Utils::DateTime>
152 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
154 m_lastUpdatedTimeHasBeenSet =
true;
155 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
157 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
171 template <
typename LastUpdatedByT = Aws::String>
173 m_lastUpdatedByHasBeenSet =
true;
174 m_lastUpdatedBy = std::forward<LastUpdatedByT>(value);
176 template <
typename LastUpdatedByT = Aws::String>
189 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
191 m_tagsHasBeenSet =
true;
192 m_tags = std::forward<TagsT>(value);
194 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
196 SetTags(std::forward<TagsT>(value));
199 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
201 m_tagsHasBeenSet =
true;
202 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
224 bool m_nameHasBeenSet =
false;
225 bool m_extractionDefinitionIdHasBeenSet =
false;
226 bool m_extractionDefinitionArnHasBeenSet =
false;
227 bool m_extractionConfigurationHasBeenSet =
false;
228 bool m_displayHasBeenSet =
false;
229 bool m_createdTimeHasBeenSet =
false;
230 bool m_lastUpdatedTimeHasBeenSet =
false;
231 bool m_lastUpdatedByHasBeenSet =
false;
232 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue