AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
FlowDefinitionOutputConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
29 public:
30 AWS_SAGEMAKER_API FlowDefinitionOutputConfig() = default;
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline const Aws::String& GetS3OutputPath() const { return m_s3OutputPath; }
44 inline bool S3OutputPathHasBeenSet() const { return m_s3OutputPathHasBeenSet; }
45 template <typename S3OutputPathT = Aws::String>
46 void SetS3OutputPath(S3OutputPathT&& value) {
47 m_s3OutputPathHasBeenSet = true;
48 m_s3OutputPath = std::forward<S3OutputPathT>(value);
49 }
50 template <typename S3OutputPathT = Aws::String>
52 SetS3OutputPath(std::forward<S3OutputPathT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetKmsKeyId() const { return m_kmsKeyId; }
63 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
64 template <typename KmsKeyIdT = Aws::String>
65 void SetKmsKeyId(KmsKeyIdT&& value) {
66 m_kmsKeyIdHasBeenSet = true;
67 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
68 }
69 template <typename KmsKeyIdT = Aws::String>
71 SetKmsKeyId(std::forward<KmsKeyIdT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_s3OutputPath;
77
78 Aws::String m_kmsKeyId;
79 bool m_s3OutputPathHasBeenSet = false;
80 bool m_kmsKeyIdHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace SageMaker
85} // namespace Aws
AWS_SAGEMAKER_API FlowDefinitionOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowDefinitionOutputConfig & WithKmsKeyId(KmsKeyIdT &&value)
AWS_SAGEMAKER_API FlowDefinitionOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API FlowDefinitionOutputConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
FlowDefinitionOutputConfig & WithS3OutputPath(S3OutputPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue