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>
52 inline void SetInputName(
const char* value) { m_inputNameHasBeenSet =
true; m_inputName.assign(value); }
66 inline void SetAppManaged(
bool value) { m_appManagedHasBeenSet =
true; m_appManaged = value; }
97 bool m_inputNameHasBeenSet =
false;
100 bool m_appManagedHasBeenSet =
false;
103 bool m_s3InputHasBeenSet =
false;
106 bool m_datasetDefinitionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue