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>
46 template<
typename InputFileT = S3Location>
47 void SetInputFile(InputFileT&& value) { m_inputFileHasBeenSet =
true; m_inputFile = std::forward<InputFileT>(value); }
48 template<
typename InputFileT = S3Location>
59 template<
typename OutputLocationT = S3Location>
60 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
61 template<
typename OutputLocationT = S3Location>
71 template<
typename TransformerIdT = Aws::String>
72 void SetTransformerId(TransformerIdT&& value) { m_transformerIdHasBeenSet =
true; m_transformerId = std::forward<TransformerIdT>(value); }
73 template<
typename TransformerIdT = Aws::String>
83 template<
typename ClientTokenT = Aws::String>
84 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
85 template<
typename ClientTokenT = Aws::String>
91 bool m_inputFileHasBeenSet =
false;
94 bool m_outputLocationHasBeenSet =
false;
97 bool m_transformerIdHasBeenSet =
false;
100 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String