7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/b2bi/model/TransformerStatus.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>
50 inline void SetTransformerId(
const char* value) { m_transformerIdHasBeenSet =
true; m_transformerId.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
105 inline void SetMapping(
Mapping&& value) { m_mappingHasBeenSet =
true; m_mapping = std::move(value); }
138 bool m_transformerIdHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
147 bool m_inputConversionHasBeenSet =
false;
150 bool m_mappingHasBeenSet =
false;
153 bool m_outputConversionHasBeenSet =
false;
156 bool m_sampleDocumentsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String