AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetS3ArtifactPath(const Aws::String& value) { m_s3ArtifactPathHasBeenSet = true; m_s3ArtifactPath = value; }
51 inline void SetS3ArtifactPath(Aws::String&& value) { m_s3ArtifactPathHasBeenSet = true; m_s3ArtifactPath = std::move(value); }
52 inline void SetS3ArtifactPath(const char* value) { m_s3ArtifactPathHasBeenSet = true; m_s3ArtifactPath.assign(value); }
53 inline WorkspaceSettings& WithS3ArtifactPath(const Aws::String& value) { SetS3ArtifactPath(value); return *this;}
54 inline WorkspaceSettings& WithS3ArtifactPath(Aws::String&& value) { SetS3ArtifactPath(std::move(value)); return *this;}
55 inline WorkspaceSettings& WithS3ArtifactPath(const char* value) { SetS3ArtifactPath(value); return *this;}
57
59
63 inline const Aws::String& GetS3KmsKeyId() const{ return m_s3KmsKeyId; }
64 inline bool S3KmsKeyIdHasBeenSet() const { return m_s3KmsKeyIdHasBeenSet; }
65 inline void SetS3KmsKeyId(const Aws::String& value) { m_s3KmsKeyIdHasBeenSet = true; m_s3KmsKeyId = value; }
66 inline void SetS3KmsKeyId(Aws::String&& value) { m_s3KmsKeyIdHasBeenSet = true; m_s3KmsKeyId = std::move(value); }
67 inline void SetS3KmsKeyId(const char* value) { m_s3KmsKeyIdHasBeenSet = true; m_s3KmsKeyId.assign(value); }
68 inline WorkspaceSettings& WithS3KmsKeyId(const Aws::String& value) { SetS3KmsKeyId(value); return *this;}
69 inline WorkspaceSettings& WithS3KmsKeyId(Aws::String&& value) { SetS3KmsKeyId(std::move(value)); return *this;}
70 inline WorkspaceSettings& WithS3KmsKeyId(const char* value) { SetS3KmsKeyId(value); return *this;}
72 private:
73
74 Aws::String m_s3ArtifactPath;
75 bool m_s3ArtifactPathHasBeenSet = false;
76
77 Aws::String m_s3KmsKeyId;
78 bool m_s3KmsKeyIdHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace SageMaker
83} // namespace Aws
WorkspaceSettings & WithS3ArtifactPath(Aws::String &&value)
void SetS3KmsKeyId(const Aws::String &value)
const Aws::String & GetS3KmsKeyId() const
WorkspaceSettings & WithS3KmsKeyId(Aws::String &&value)
WorkspaceSettings & WithS3ArtifactPath(const char *value)
WorkspaceSettings & WithS3KmsKeyId(const char *value)
WorkspaceSettings & WithS3KmsKeyId(const Aws::String &value)
const Aws::String & GetS3ArtifactPath() const
WorkspaceSettings & WithS3ArtifactPath(const Aws::String &value)
AWS_SAGEMAKER_API WorkspaceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3ArtifactPath(const Aws::String &value)
AWS_SAGEMAKER_API WorkspaceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3ArtifactPath(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue