7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ProcessingFeatureStoreOutput.h>
10#include <aws/sagemaker/model/ProcessingS3Output.h>
44 template <
typename OutputNameT = Aws::String>
46 m_outputNameHasBeenSet =
true;
47 m_outputName = std::forward<OutputNameT>(value);
49 template <
typename OutputNameT = Aws::String>
62 template <
typename S3OutputT = ProcessingS3Output>
64 m_s3OutputHasBeenSet =
true;
65 m_s3Output = std::forward<S3OutputT>(value);
67 template <
typename S3OutputT = ProcessingS3Output>
82 template <
typename FeatureStoreOutputT = ProcessingFeatureStoreOutput>
84 m_featureStoreOutputHasBeenSet =
true;
85 m_featureStoreOutput = std::forward<FeatureStoreOutputT>(value);
87 template <
typename FeatureStoreOutputT = ProcessingFeatureStoreOutput>
103 m_appManagedHasBeenSet =
true;
104 m_appManaged = value;
118 bool m_appManaged{
false};
119 bool m_outputNameHasBeenSet =
false;
120 bool m_s3OutputHasBeenSet =
false;
121 bool m_featureStoreOutputHasBeenSet =
false;
122 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