7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ProcessingS3Input.h>
10#include <aws/sagemaker/model/DatasetDefinition.h>
50 template<
typename InputNameT = Aws::String>
51 void SetInputName(InputNameT&& value) { m_inputNameHasBeenSet =
true; m_inputName = std::forward<InputNameT>(value); }
52 template<
typename InputNameT = Aws::String>
64 inline void SetAppManaged(
bool value) { m_appManagedHasBeenSet =
true; m_appManaged = value; }
75 template<
typename S3InputT = ProcessingS3Input>
76 void SetS3Input(S3InputT&& value) { m_s3InputHasBeenSet =
true; m_s3Input = std::forward<S3InputT>(value); }
77 template<
typename S3InputT = ProcessingS3Input>
87 template<
typename DatasetDefinitionT = DatasetDefinition>
88 void SetDatasetDefinition(DatasetDefinitionT&& value) { m_datasetDefinitionHasBeenSet =
true; m_datasetDefinition = std::forward<DatasetDefinitionT>(value); }
89 template<
typename DatasetDefinitionT = DatasetDefinition>
95 bool m_inputNameHasBeenSet =
false;
97 bool m_appManaged{
false};
98 bool m_appManagedHasBeenSet =
false;
100 ProcessingS3Input m_s3Input;
101 bool m_s3InputHasBeenSet =
false;
103 DatasetDefinition m_datasetDefinition;
104 bool m_datasetDefinitionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue