AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LabelingJobOutputConfig.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 LabelingJobOutputConfig();
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetS3OutputPath() const{ return m_s3OutputPath; }
46 inline bool S3OutputPathHasBeenSet() const { return m_s3OutputPathHasBeenSet; }
47 inline void SetS3OutputPath(const Aws::String& value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath = value; }
48 inline void SetS3OutputPath(Aws::String&& value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath = std::move(value); }
49 inline void SetS3OutputPath(const char* value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath.assign(value); }
50 inline LabelingJobOutputConfig& WithS3OutputPath(const Aws::String& value) { SetS3OutputPath(value); return *this;}
51 inline LabelingJobOutputConfig& WithS3OutputPath(Aws::String&& value) { SetS3OutputPath(std::move(value)); return *this;}
52 inline LabelingJobOutputConfig& WithS3OutputPath(const char* value) { SetS3OutputPath(value); return *this;}
54
56
72 inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; }
73 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
74 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; }
75 inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); }
76 inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); }
77 inline LabelingJobOutputConfig& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;}
78 inline LabelingJobOutputConfig& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;}
79 inline LabelingJobOutputConfig& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;}
81
83
94 inline const Aws::String& GetSnsTopicArn() const{ return m_snsTopicArn; }
95 inline bool SnsTopicArnHasBeenSet() const { return m_snsTopicArnHasBeenSet; }
96 inline void SetSnsTopicArn(const Aws::String& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = value; }
97 inline void SetSnsTopicArn(Aws::String&& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = std::move(value); }
98 inline void SetSnsTopicArn(const char* value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn.assign(value); }
99 inline LabelingJobOutputConfig& WithSnsTopicArn(const Aws::String& value) { SetSnsTopicArn(value); return *this;}
100 inline LabelingJobOutputConfig& WithSnsTopicArn(Aws::String&& value) { SetSnsTopicArn(std::move(value)); return *this;}
101 inline LabelingJobOutputConfig& WithSnsTopicArn(const char* value) { SetSnsTopicArn(value); return *this;}
103 private:
104
105 Aws::String m_s3OutputPath;
106 bool m_s3OutputPathHasBeenSet = false;
107
108 Aws::String m_kmsKeyId;
109 bool m_kmsKeyIdHasBeenSet = false;
110
111 Aws::String m_snsTopicArn;
112 bool m_snsTopicArnHasBeenSet = false;
113 };
114
115} // namespace Model
116} // namespace SageMaker
117} // namespace Aws
LabelingJobOutputConfig & WithS3OutputPath(Aws::String &&value)
LabelingJobOutputConfig & WithKmsKeyId(const char *value)
LabelingJobOutputConfig & WithKmsKeyId(const Aws::String &value)
LabelingJobOutputConfig & WithSnsTopicArn(Aws::String &&value)
LabelingJobOutputConfig & WithKmsKeyId(Aws::String &&value)
LabelingJobOutputConfig & WithS3OutputPath(const Aws::String &value)
AWS_SAGEMAKER_API LabelingJobOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API LabelingJobOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
LabelingJobOutputConfig & WithSnsTopicArn(const char *value)
LabelingJobOutputConfig & WithSnsTopicArn(const Aws::String &value)
LabelingJobOutputConfig & WithS3OutputPath(const char *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