AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EdgeOutputConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EdgePresetDeploymentType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_SAGEMAKER_API EdgeOutputConfig();
36 AWS_SAGEMAKER_API EdgeOutputConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetS3OutputLocation() const{ return m_s3OutputLocation; }
46 inline bool S3OutputLocationHasBeenSet() const { return m_s3OutputLocationHasBeenSet; }
47 inline void SetS3OutputLocation(const Aws::String& value) { m_s3OutputLocationHasBeenSet = true; m_s3OutputLocation = value; }
48 inline void SetS3OutputLocation(Aws::String&& value) { m_s3OutputLocationHasBeenSet = true; m_s3OutputLocation = std::move(value); }
49 inline void SetS3OutputLocation(const char* value) { m_s3OutputLocationHasBeenSet = true; m_s3OutputLocation.assign(value); }
50 inline EdgeOutputConfig& WithS3OutputLocation(const Aws::String& value) { SetS3OutputLocation(value); return *this;}
51 inline EdgeOutputConfig& WithS3OutputLocation(Aws::String&& value) { SetS3OutputLocation(std::move(value)); return *this;}
52 inline EdgeOutputConfig& WithS3OutputLocation(const char* value) { SetS3OutputLocation(value); return *this;}
54
56
62 inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; }
63 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
64 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; }
65 inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); }
66 inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); }
67 inline EdgeOutputConfig& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;}
68 inline EdgeOutputConfig& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;}
69 inline EdgeOutputConfig& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;}
71
73
77 inline const EdgePresetDeploymentType& GetPresetDeploymentType() const{ return m_presetDeploymentType; }
78 inline bool PresetDeploymentTypeHasBeenSet() const { return m_presetDeploymentTypeHasBeenSet; }
79 inline void SetPresetDeploymentType(const EdgePresetDeploymentType& value) { m_presetDeploymentTypeHasBeenSet = true; m_presetDeploymentType = value; }
80 inline void SetPresetDeploymentType(EdgePresetDeploymentType&& value) { m_presetDeploymentTypeHasBeenSet = true; m_presetDeploymentType = std::move(value); }
84
86
106 inline const Aws::String& GetPresetDeploymentConfig() const{ return m_presetDeploymentConfig; }
107 inline bool PresetDeploymentConfigHasBeenSet() const { return m_presetDeploymentConfigHasBeenSet; }
108 inline void SetPresetDeploymentConfig(const Aws::String& value) { m_presetDeploymentConfigHasBeenSet = true; m_presetDeploymentConfig = value; }
109 inline void SetPresetDeploymentConfig(Aws::String&& value) { m_presetDeploymentConfigHasBeenSet = true; m_presetDeploymentConfig = std::move(value); }
110 inline void SetPresetDeploymentConfig(const char* value) { m_presetDeploymentConfigHasBeenSet = true; m_presetDeploymentConfig.assign(value); }
112 inline EdgeOutputConfig& WithPresetDeploymentConfig(Aws::String&& value) { SetPresetDeploymentConfig(std::move(value)); return *this;}
113 inline EdgeOutputConfig& WithPresetDeploymentConfig(const char* value) { SetPresetDeploymentConfig(value); return *this;}
115 private:
116
117 Aws::String m_s3OutputLocation;
118 bool m_s3OutputLocationHasBeenSet = false;
119
120 Aws::String m_kmsKeyId;
121 bool m_kmsKeyIdHasBeenSet = false;
122
123 EdgePresetDeploymentType m_presetDeploymentType;
124 bool m_presetDeploymentTypeHasBeenSet = false;
125
126 Aws::String m_presetDeploymentConfig;
127 bool m_presetDeploymentConfigHasBeenSet = false;
128 };
129
130} // namespace Model
131} // namespace SageMaker
132} // namespace Aws
EdgeOutputConfig & WithS3OutputLocation(Aws::String &&value)
EdgeOutputConfig & WithKmsKeyId(const Aws::String &value)
EdgeOutputConfig & WithPresetDeploymentConfig(const char *value)
void SetPresetDeploymentConfig(const char *value)
void SetPresetDeploymentType(EdgePresetDeploymentType &&value)
EdgeOutputConfig & WithPresetDeploymentType(EdgePresetDeploymentType &&value)
void SetKmsKeyId(const Aws::String &value)
void SetPresetDeploymentConfig(const Aws::String &value)
EdgeOutputConfig & WithKmsKeyId(Aws::String &&value)
const EdgePresetDeploymentType & GetPresetDeploymentType() const
const Aws::String & GetS3OutputLocation() const
void SetPresetDeploymentConfig(Aws::String &&value)
void SetS3OutputLocation(Aws::String &&value)
void SetPresetDeploymentType(const EdgePresetDeploymentType &value)
void SetS3OutputLocation(const Aws::String &value)
AWS_SAGEMAKER_API EdgeOutputConfig(Aws::Utils::Json::JsonView jsonValue)
EdgeOutputConfig & WithPresetDeploymentConfig(const Aws::String &value)
EdgeOutputConfig & WithKmsKeyId(const char *value)
AWS_SAGEMAKER_API EdgeOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPresetDeploymentConfig() const
EdgeOutputConfig & WithPresetDeploymentConfig(Aws::String &&value)
EdgeOutputConfig & WithS3OutputLocation(const char *value)
EdgeOutputConfig & WithPresetDeploymentType(const EdgePresetDeploymentType &value)
const Aws::String & GetKmsKeyId() const
void SetS3OutputLocation(const char *value)
EdgeOutputConfig & WithS3OutputLocation(const Aws::String &value)
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