7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/OutputCompressionType.h>
73 template<
typename KmsKeyIdT = Aws::String>
74 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
75 template<
typename KmsKeyIdT = Aws::String>
86 template<
typename S3OutputPathT = Aws::String>
87 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
88 template<
typename S3OutputPathT = Aws::String>
105 bool m_kmsKeyIdHasBeenSet =
false;
108 bool m_s3OutputPathHasBeenSet =
false;
111 bool m_compressionTypeHasBeenSet =
false;
OutputCompressionType GetCompressionType() const
bool S3OutputPathHasBeenSet() const
OutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
OutputDataConfig & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API OutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CompressionTypeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API OutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API OutputDataConfig()=default
void SetCompressionType(OutputCompressionType value)
void SetS3OutputPath(S3OutputPathT &&value)
OutputDataConfig & WithCompressionType(OutputCompressionType value)
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetKmsKeyId() const
const Aws::String & GetS3OutputPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue