AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
WorkspaceSettings.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMaker
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SAGEMAKER_API WorkspaceSettings() = default;
36 AWS_SAGEMAKER_API WorkspaceSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const Aws::String& GetS3ArtifactPath() const { return m_s3ArtifactPath; }
49 inline bool S3ArtifactPathHasBeenSet() const { return m_s3ArtifactPathHasBeenSet; }
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>
53 WorkspaceSettings& WithS3ArtifactPath(S3ArtifactPathT&& value) { SetS3ArtifactPath(std::forward<S3ArtifactPathT>(value)); return *this;}
55
57
61 inline const Aws::String& GetS3KmsKeyId() const { return m_s3KmsKeyId; }
62 inline bool S3KmsKeyIdHasBeenSet() const { return m_s3KmsKeyIdHasBeenSet; }
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>
66 WorkspaceSettings& WithS3KmsKeyId(S3KmsKeyIdT&& value) { SetS3KmsKeyId(std::forward<S3KmsKeyIdT>(value)); return *this;}
68 private:
69
70 Aws::String m_s3ArtifactPath;
71 bool m_s3ArtifactPathHasBeenSet = false;
72
73 Aws::String m_s3KmsKeyId;
74 bool m_s3KmsKeyIdHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace SageMaker
79} // namespace Aws
const Aws::String & GetS3KmsKeyId() const
AWS_SAGEMAKER_API WorkspaceSettings()=default
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)
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