7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ProcessingS3CompressionType.h>
10#include <aws/sagemaker/model/ProcessingS3DataDistributionType.h>
11#include <aws/sagemaker/model/ProcessingS3DataType.h>
12#include <aws/sagemaker/model/ProcessingS3InputMode.h>
46 template <
typename S3UriT = Aws::String>
48 m_s3UriHasBeenSet =
true;
49 m_s3Uri = std::forward<S3UriT>(value);
51 template <
typename S3UriT = Aws::String>
53 SetS3Uri(std::forward<S3UriT>(value));
68 template <
typename LocalPathT = Aws::String>
70 m_localPathHasBeenSet =
true;
71 m_localPath = std::forward<LocalPathT>(value);
73 template <
typename LocalPathT = Aws::String>
93 m_s3DataTypeHasBeenSet =
true;
114 m_s3InputModeHasBeenSet =
true;
115 m_s3InputMode = value;
132 m_s3DataDistributionTypeHasBeenSet =
true;
133 m_s3DataDistributionType = value;
152 m_s3CompressionTypeHasBeenSet =
true;
153 m_s3CompressionType = value;
172 bool m_s3UriHasBeenSet =
false;
173 bool m_localPathHasBeenSet =
false;
174 bool m_s3DataTypeHasBeenSet =
false;
175 bool m_s3InputModeHasBeenSet =
false;
176 bool m_s3DataDistributionTypeHasBeenSet =
false;
177 bool m_s3CompressionTypeHasBeenSet =
false;
ProcessingS3CompressionType
ProcessingS3DataDistributionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue