7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ProcessingS3DataType.h>
10#include <aws/sagemaker/model/ProcessingS3InputMode.h>
11#include <aws/sagemaker/model/ProcessingS3DataDistributionType.h>
12#include <aws/sagemaker/model/ProcessingS3CompressionType.h>
52 template<
typename S3UriT = Aws::String>
53 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
54 template<
typename S3UriT = Aws::String>
68 template<
typename LocalPathT = Aws::String>
69 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
70 template<
typename LocalPathT = Aws::String>
133 bool m_s3UriHasBeenSet =
false;
136 bool m_localPathHasBeenSet =
false;
139 bool m_s3DataTypeHasBeenSet =
false;
142 bool m_s3InputModeHasBeenSet =
false;
145 bool m_s3DataDistributionTypeHasBeenSet =
false;
148 bool m_s3CompressionTypeHasBeenSet =
false;
ProcessingS3CompressionType
ProcessingS3DataDistributionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue