7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/b2bi/model/TransformerStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/b2bi/model/InputConversion.h>
12#include <aws/b2bi/model/Mapping.h>
13#include <aws/b2bi/model/OutputConversion.h>
14#include <aws/b2bi/model/SampleDocuments.h>
57 inline void SetTransformerId(
const char* value) { m_transformerIdHasBeenSet =
true; m_transformerId.assign(value); }
71 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
138 inline void SetMapping(
Mapping&& value) { m_mappingHasBeenSet =
true; m_mapping = std::move(value); }
171 bool m_transformerIdHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
180 bool m_createdAtHasBeenSet =
false;
183 bool m_modifiedAtHasBeenSet =
false;
186 bool m_inputConversionHasBeenSet =
false;
189 bool m_mappingHasBeenSet =
false;
192 bool m_outputConversionHasBeenSet =
false;
195 bool m_sampleDocumentsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue