AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IdMappingWorkflowSummary.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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 EntityResolution
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary() = default;
39 AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue);
41 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetWorkflowName() const { return m_workflowName; }
49 inline bool WorkflowNameHasBeenSet() const { return m_workflowNameHasBeenSet; }
50 template<typename WorkflowNameT = Aws::String>
51 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet = true; m_workflowName = std::forward<WorkflowNameT>(value); }
52 template<typename WorkflowNameT = Aws::String>
53 IdMappingWorkflowSummary& WithWorkflowName(WorkflowNameT&& value) { SetWorkflowName(std::forward<WorkflowNameT>(value)); return *this;}
55
57
61 inline const Aws::String& GetWorkflowArn() const { return m_workflowArn; }
62 inline bool WorkflowArnHasBeenSet() const { return m_workflowArnHasBeenSet; }
63 template<typename WorkflowArnT = Aws::String>
64 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet = true; m_workflowArn = std::forward<WorkflowArnT>(value); }
65 template<typename WorkflowArnT = Aws::String>
66 IdMappingWorkflowSummary& WithWorkflowArn(WorkflowArnT&& value) { SetWorkflowArn(std::forward<WorkflowArnT>(value)); return *this;}
68
70
73 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
74 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
75 template<typename CreatedAtT = Aws::Utils::DateTime>
76 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
77 template<typename CreatedAtT = Aws::Utils::DateTime>
78 IdMappingWorkflowSummary& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
80
82
85 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
86 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
87 template<typename UpdatedAtT = Aws::Utils::DateTime>
88 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
89 template<typename UpdatedAtT = Aws::Utils::DateTime>
90 IdMappingWorkflowSummary& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
92 private:
93
94 Aws::String m_workflowName;
95 bool m_workflowNameHasBeenSet = false;
96
97 Aws::String m_workflowArn;
98 bool m_workflowArnHasBeenSet = false;
99
100 Aws::Utils::DateTime m_createdAt{};
101 bool m_createdAtHasBeenSet = false;
102
103 Aws::Utils::DateTime m_updatedAt{};
104 bool m_updatedAtHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace EntityResolution
109} // namespace Aws
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
IdMappingWorkflowSummary & WithWorkflowArn(WorkflowArnT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary()=default
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowSummary & WithCreatedAt(CreatedAtT &&value)
IdMappingWorkflowSummary & WithWorkflowName(WorkflowNameT &&value)
IdMappingWorkflowSummary & WithUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue