7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/b2bi/model/S3Location.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/UUID.h>
73 inline void SetTransformerId(
const char* value) { m_transformerIdHasBeenSet =
true; m_transformerId.assign(value); }
87 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
95 bool m_inputFileHasBeenSet =
false;
98 bool m_outputLocationHasBeenSet =
false;
101 bool m_transformerIdHasBeenSet =
false;
104 bool m_clientTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String