7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ProcessingS3Output.h>
10#include <aws/sagemaker/model/ProcessingFeatureStoreOutput.h>
52 inline void SetOutputName(
const char* value) { m_outputNameHasBeenSet =
true; m_outputName.assign(value); }
92 inline void SetAppManaged(
bool value) { m_appManagedHasBeenSet =
true; m_appManaged = value; }
98 bool m_outputNameHasBeenSet =
false;
101 bool m_s3OutputHasBeenSet =
false;
104 bool m_featureStoreOutputHasBeenSet =
false;
107 bool m_appManagedHasBeenSet =
false;
ProcessingOutput & WithS3Output(ProcessingS3Output &&value)
AWS_SAGEMAKER_API ProcessingOutput(Aws::Utils::Json::JsonView jsonValue)
ProcessingOutput & WithFeatureStoreOutput(ProcessingFeatureStoreOutput &&value)
ProcessingOutput & WithFeatureStoreOutput(const ProcessingFeatureStoreOutput &value)
void SetS3Output(ProcessingS3Output &&value)
ProcessingOutput & WithOutputName(const char *value)
ProcessingOutput & WithAppManaged(bool value)
bool AppManagedHasBeenSet() const
void SetFeatureStoreOutput(ProcessingFeatureStoreOutput &&value)
void SetOutputName(const char *value)
void SetOutputName(Aws::String &&value)
void SetOutputName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ProcessingOutput()
bool OutputNameHasBeenSet() const
bool S3OutputHasBeenSet() const
ProcessingOutput & WithOutputName(const Aws::String &value)
ProcessingOutput & WithOutputName(Aws::String &&value)
bool FeatureStoreOutputHasBeenSet() const
void SetFeatureStoreOutput(const ProcessingFeatureStoreOutput &value)
const ProcessingFeatureStoreOutput & GetFeatureStoreOutput() const
ProcessingOutput & WithS3Output(const ProcessingS3Output &value)
AWS_SAGEMAKER_API ProcessingOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const ProcessingS3Output & GetS3Output() const
const Aws::String & GetOutputName() const
void SetS3Output(const ProcessingS3Output &value)
bool GetAppManaged() const
void SetAppManaged(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue