7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/CompressionType.h>
10#include <aws/sagemaker/model/SplitType.h>
11#include <aws/sagemaker/model/TransformDataSource.h>
45 template <
typename DataSourceT = TransformDataSource>
47 m_dataSourceHasBeenSet =
true;
48 m_dataSource = std::forward<DataSourceT>(value);
50 template <
typename DataSourceT = TransformDataSource>
65 template <
typename ContentTypeT = Aws::String>
67 m_contentTypeHasBeenSet =
true;
68 m_contentType = std::forward<ContentTypeT>(value);
70 template <
typename ContentTypeT = Aws::String>
86 m_compressionTypeHasBeenSet =
true;
87 m_compressionType = value;
129 m_splitTypeHasBeenSet =
true;
145 bool m_dataSourceHasBeenSet =
false;
146 bool m_contentTypeHasBeenSet =
false;
147 bool m_compressionTypeHasBeenSet =
false;
148 bool m_splitTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue