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>
50 template<
typename OutputNameT = Aws::String>
51 void SetOutputName(OutputNameT&& value) { m_outputNameHasBeenSet =
true; m_outputName = std::forward<OutputNameT>(value); }
52 template<
typename OutputNameT = Aws::String>
62 template<
typename S3OutputT = ProcessingS3Output>
63 void SetS3Output(S3OutputT&& value) { m_s3OutputHasBeenSet =
true; m_s3Output = std::forward<S3OutputT>(value); }
64 template<
typename S3OutputT = ProcessingS3Output>
76 template<
typename FeatureStoreOutputT = ProcessingFeatureStoreOutput>
77 void SetFeatureStoreOutput(FeatureStoreOutputT&& value) { m_featureStoreOutputHasBeenSet =
true; m_featureStoreOutput = std::forward<FeatureStoreOutputT>(value); }
78 template<
typename FeatureStoreOutputT = ProcessingFeatureStoreOutput>
90 inline void SetAppManaged(
bool value) { m_appManagedHasBeenSet =
true; m_appManaged = value; }
96 bool m_outputNameHasBeenSet =
false;
99 bool m_s3OutputHasBeenSet =
false;
102 bool m_featureStoreOutputHasBeenSet =
false;
104 bool m_appManaged{
false};
105 bool m_appManagedHasBeenSet =
false;
AWS_SAGEMAKER_API ProcessingOutput(Aws::Utils::Json::JsonView jsonValue)
ProcessingOutput & WithAppManaged(bool value)
bool AppManagedHasBeenSet() const
ProcessingOutput & WithOutputName(OutputNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputNameHasBeenSet() const
bool S3OutputHasBeenSet() const
void SetOutputName(OutputNameT &&value)
ProcessingOutput & WithFeatureStoreOutput(FeatureStoreOutputT &&value)
bool FeatureStoreOutputHasBeenSet() const
void SetFeatureStoreOutput(FeatureStoreOutputT &&value)
ProcessingOutput & WithS3Output(S3OutputT &&value)
void SetS3Output(S3OutputT &&value)
const ProcessingFeatureStoreOutput & GetFeatureStoreOutput() const
AWS_SAGEMAKER_API ProcessingOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const ProcessingS3Output & GetS3Output() const
const Aws::String & GetOutputName() const
bool GetAppManaged() const
void SetAppManaged(bool value)
AWS_SAGEMAKER_API ProcessingOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue