7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename S3ArtifactPathT = Aws::String>
51 void SetS3ArtifactPath(S3ArtifactPathT&& value) { m_s3ArtifactPathHasBeenSet =
true; m_s3ArtifactPath = std::forward<S3ArtifactPathT>(value); }
52 template<
typename S3ArtifactPathT = Aws::String>
63 template<
typename S3KmsKeyIdT = Aws::String>
64 void SetS3KmsKeyId(S3KmsKeyIdT&& value) { m_s3KmsKeyIdHasBeenSet =
true; m_s3KmsKeyId = std::forward<S3KmsKeyIdT>(value); }
65 template<
typename S3KmsKeyIdT = Aws::String>
71 bool m_s3ArtifactPathHasBeenSet =
false;
74 bool m_s3KmsKeyIdHasBeenSet =
false;
const Aws::String & GetS3KmsKeyId() const
AWS_SAGEMAKER_API WorkspaceSettings()=default
bool S3KmsKeyIdHasBeenSet() const
bool S3ArtifactPathHasBeenSet() const
WorkspaceSettings & WithS3ArtifactPath(S3ArtifactPathT &&value)
const Aws::String & GetS3ArtifactPath() const
void SetS3ArtifactPath(S3ArtifactPathT &&value)
WorkspaceSettings & WithS3KmsKeyId(S3KmsKeyIdT &&value)
AWS_SAGEMAKER_API WorkspaceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3KmsKeyId(S3KmsKeyIdT &&value)
AWS_SAGEMAKER_API WorkspaceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue