7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KmsKeyIdT = Aws::String>
50 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
51 template<
typename KmsKeyIdT = Aws::String>
62 template<
typename S3OutputLocationT = Aws::String>
63 void SetS3OutputLocation(S3OutputLocationT&& value) { m_s3OutputLocationHasBeenSet =
true; m_s3OutputLocation = std::forward<S3OutputLocationT>(value); }
64 template<
typename S3OutputLocationT = Aws::String>
70 bool m_kmsKeyIdHasBeenSet =
false;
73 bool m_s3OutputLocationHasBeenSet =
false;
bool S3OutputLocationHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
OptimizationJobOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
AWS_SAGEMAKER_API OptimizationJobOutputConfig()=default
AWS_SAGEMAKER_API OptimizationJobOutputConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetS3OutputLocation() const
OptimizationJobOutputConfig & WithKmsKeyId(KmsKeyIdT &&value)
void SetS3OutputLocation(S3OutputLocationT &&value)
AWS_SAGEMAKER_API OptimizationJobOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue