AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IdMappingWorkflowOutputSource.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_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 EntityResolution
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource() = default;
35 AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource(Aws::Utils::Json::JsonView jsonValue);
37 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetOutputS3Path() const { return m_outputS3Path; }
45 inline bool OutputS3PathHasBeenSet() const { return m_outputS3PathHasBeenSet; }
46 template<typename OutputS3PathT = Aws::String>
47 void SetOutputS3Path(OutputS3PathT&& value) { m_outputS3PathHasBeenSet = true; m_outputS3Path = std::forward<OutputS3PathT>(value); }
48 template<typename OutputS3PathT = Aws::String>
49 IdMappingWorkflowOutputSource& WithOutputS3Path(OutputS3PathT&& value) { SetOutputS3Path(std::forward<OutputS3PathT>(value)); return *this;}
51
53
57 inline const Aws::String& GetKMSArn() const { return m_kMSArn; }
58 inline bool KMSArnHasBeenSet() const { return m_kMSArnHasBeenSet; }
59 template<typename KMSArnT = Aws::String>
60 void SetKMSArn(KMSArnT&& value) { m_kMSArnHasBeenSet = true; m_kMSArn = std::forward<KMSArnT>(value); }
61 template<typename KMSArnT = Aws::String>
62 IdMappingWorkflowOutputSource& WithKMSArn(KMSArnT&& value) { SetKMSArn(std::forward<KMSArnT>(value)); return *this;}
64 private:
65
66 Aws::String m_outputS3Path;
67 bool m_outputS3PathHasBeenSet = false;
68
69 Aws::String m_kMSArn;
70 bool m_kMSArnHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace EntityResolution
75} // namespace Aws
IdMappingWorkflowOutputSource & WithKMSArn(KMSArnT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowOutputSource & WithOutputS3Path(OutputS3PathT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource()=default
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue