7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/TransformDataSource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/CompressionType.h>
11#include <aws/sagemaker/model/SplitType.h>
51 template<
typename DataSourceT = TransformDataSource>
52 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
53 template<
typename DataSourceT = TransformDataSource>
65 template<
typename ContentTypeT = Aws::String>
66 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
67 template<
typename ContentTypeT = Aws::String>
122 bool m_dataSourceHasBeenSet =
false;
125 bool m_contentTypeHasBeenSet =
false;
128 bool m_compressionTypeHasBeenSet =
false;
131 bool m_splitTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue