AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 template<typename S3OutputLocationT = Aws::String>
48 void SetS3OutputLocation(S3OutputLocationT&& value) { m_s3OutputLocationHasBeenSet = true; m_s3OutputLocation = std::forward<S3OutputLocationT>(value); }
49 template<typename S3OutputLocationT = Aws::String>
50 EdgeOutputConfig& WithS3OutputLocation(S3OutputLocationT&& value) { SetS3OutputLocation(std::forward<S3OutputLocationT>(value)); return *this;}
52
54
60 inline const Aws::String& GetKmsKeyId() const { return m_kmsKeyId; }
61 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
62 template<typename KmsKeyIdT = Aws::String>
63 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
64 template<typename KmsKeyIdT = Aws::String>
65 EdgeOutputConfig& WithKmsKeyId(KmsKeyIdT&& value) { SetKmsKeyId(std::forward<KmsKeyIdT>(value)); return *this;}
67
69
73 inline EdgePresetDeploymentType GetPresetDeploymentType() const { return m_presetDeploymentType; }
74 inline bool PresetDeploymentTypeHasBeenSet() const { return m_presetDeploymentTypeHasBeenSet; }
75 inline void SetPresetDeploymentType(EdgePresetDeploymentType value) { m_presetDeploymentTypeHasBeenSet = true; m_presetDeploymentType = value; }
78
80
100 inline const Aws::String& GetPresetDeploymentConfig() const { return m_presetDeploymentConfig; }
101 inline bool PresetDeploymentConfigHasBeenSet() const { return m_presetDeploymentConfigHasBeenSet; }
102 template<typename PresetDeploymentConfigT = Aws::String>
103 void SetPresetDeploymentConfig(PresetDeploymentConfigT&& value) { m_presetDeploymentConfigHasBeenSet = true; m_presetDeploymentConfig = std::forward<PresetDeploymentConfigT>(value); }
104 template<typename PresetDeploymentConfigT = Aws::String>
105 EdgeOutputConfig& WithPresetDeploymentConfig(PresetDeploymentConfigT&& value) { SetPresetDeploymentConfig(std::forward<PresetDeploymentConfigT>(value)); return *this;}
107 private:
108
109 Aws::String m_s3OutputLocation;
110 bool m_s3OutputLocationHasBeenSet = false;
111
112 Aws::String m_kmsKeyId;
113 bool m_kmsKeyIdHasBeenSet = false;
114
116 bool m_presetDeploymentTypeHasBeenSet = false;
117
118 Aws::String m_presetDeploymentConfig;
119 bool m_presetDeploymentConfigHasBeenSet = false;
120 };
121
122} // namespace Model
123} // namespace SageMaker
124} // namespace Aws
EdgeOutputConfig & WithPresetDeploymentType(EdgePresetDeploymentType value)
void SetPresetDeploymentType(EdgePresetDeploymentType value)
EdgeOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
EdgeOutputConfig & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetS3OutputLocation() const
void SetPresetDeploymentConfig(PresetDeploymentConfigT &&value)
EdgeOutputConfig & WithPresetDeploymentConfig(PresetDeploymentConfigT &&value)
AWS_SAGEMAKER_API EdgeOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API EdgeOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPresetDeploymentConfig() const
EdgePresetDeploymentType GetPresetDeploymentType() const
AWS_SAGEMAKER_API EdgeOutputConfig()=default
void SetS3OutputLocation(S3OutputLocationT &&value)
const Aws::String & GetKmsKeyId() const
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