7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/b2bi/model/S3Location.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename InputFileT = S3Location>
44 m_inputFileHasBeenSet =
true;
45 m_inputFile = std::forward<InputFileT>(value);
47 template <
typename InputFileT = S3Location>
61 template <
typename OutputLocationT = S3Location>
63 m_outputLocationHasBeenSet =
true;
64 m_outputLocation = std::forward<OutputLocationT>(value);
66 template <
typename OutputLocationT = S3Location>
79 template <
typename TransformerIdT = Aws::String>
81 m_transformerIdHasBeenSet =
true;
82 m_transformerId = std::forward<TransformerIdT>(value);
84 template <
typename TransformerIdT = Aws::String>
97 template <
typename ClientTokenT = Aws::String>
99 m_clientTokenHasBeenSet =
true;
100 m_clientToken = std::forward<ClientTokenT>(value);
102 template <
typename ClientTokenT = Aws::String>
116 bool m_inputFileHasBeenSet =
false;
117 bool m_outputLocationHasBeenSet =
false;
118 bool m_transformerIdHasBeenSet =
false;
119 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