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/core/utils/memory/stl/AWSVector.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>
15#include <aws/b2bi/model/Tag.h>
17#include <aws/core/utils/UUID.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
109 inline void SetMapping(
Mapping&& value) { m_mappingHasBeenSet =
true; m_mapping = std::move(value); }
142 bool m_nameHasBeenSet =
false;
145 bool m_clientTokenHasBeenSet =
false;
148 bool m_tagsHasBeenSet =
false;
151 bool m_inputConversionHasBeenSet =
false;
154 bool m_mappingHasBeenSet =
false;
157 bool m_outputConversionHasBeenSet =
false;
160 bool m_sampleDocumentsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector