7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/OutputCompressionType.h>
67 template <
typename KmsKeyIdT = Aws::String>
69 m_kmsKeyIdHasBeenSet =
true;
70 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
72 template <
typename KmsKeyIdT = Aws::String>
86 template <
typename S3OutputPathT = Aws::String>
88 m_s3OutputPathHasBeenSet =
true;
89 m_s3OutputPath = std::forward<S3OutputPathT>(value);
91 template <
typename S3OutputPathT = Aws::String>
106 m_compressionTypeHasBeenSet =
true;
107 m_compressionType = value;
120 bool m_kmsKeyIdHasBeenSet =
false;
121 bool m_s3OutputPathHasBeenSet =
false;
122 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