7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/DatasetDefinition.h>
10#include <aws/sagemaker/model/ProcessingS3Input.h>
44 template <
typename InputNameT = Aws::String>
46 m_inputNameHasBeenSet =
true;
47 m_inputName = std::forward<InputNameT>(value);
49 template <
typename InputNameT = Aws::String>
65 m_appManagedHasBeenSet =
true;
81 template <
typename S3InputT = ProcessingS3Input>
83 m_s3InputHasBeenSet =
true;
84 m_s3Input = std::forward<S3InputT>(value);
86 template <
typename S3InputT = ProcessingS3Input>
99 template <
typename DatasetDefinitionT = DatasetDefinition>
101 m_datasetDefinitionHasBeenSet =
true;
102 m_datasetDefinition = std::forward<DatasetDefinitionT>(value);
104 template <
typename DatasetDefinitionT = DatasetDefinition>
113 bool m_appManaged{
false};
115 ProcessingS3Input m_s3Input;
117 DatasetDefinition m_datasetDefinition;
118 bool m_inputNameHasBeenSet =
false;
119 bool m_appManagedHasBeenSet =
false;
120 bool m_s3InputHasBeenSet =
false;
121 bool m_datasetDefinitionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue