7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename KmsKeyIdT = Aws::String>
47 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
48 template<
typename KmsKeyIdT = Aws::String>
58 template<
typename S3OutputPathT = Aws::String>
59 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
60 template<
typename S3OutputPathT = Aws::String>
66 bool m_kmsKeyIdHasBeenSet =
false;
69 bool m_s3OutputPathHasBeenSet =
false;
AutoMLOutputDataConfig & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API AutoMLOutputDataConfig()=default
AutoMLOutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
void SetS3OutputPath(S3OutputPathT &&value)
const Aws::String & GetS3OutputPath() const
bool KmsKeyIdHasBeenSet() const
bool S3OutputPathHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_SAGEMAKER_API AutoMLOutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AutoMLOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue