AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MatchingWorkflowSummary.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/entityresolution/model/ResolutionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace EntityResolution
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary();
39 AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue);
40 AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
49 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
50 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
51 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
52 inline MatchingWorkflowSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
53 inline MatchingWorkflowSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
55
57
61 inline const ResolutionType& GetResolutionType() const{ return m_resolutionType; }
62 inline bool ResolutionTypeHasBeenSet() const { return m_resolutionTypeHasBeenSet; }
63 inline void SetResolutionType(const ResolutionType& value) { m_resolutionTypeHasBeenSet = true; m_resolutionType = value; }
64 inline void SetResolutionType(ResolutionType&& value) { m_resolutionTypeHasBeenSet = true; m_resolutionType = std::move(value); }
65 inline MatchingWorkflowSummary& WithResolutionType(const ResolutionType& value) { SetResolutionType(value); return *this;}
66 inline MatchingWorkflowSummary& WithResolutionType(ResolutionType&& value) { SetResolutionType(std::move(value)); return *this;}
68
70
73 inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; }
74 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
75 inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; }
76 inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); }
77 inline MatchingWorkflowSummary& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;}
78 inline MatchingWorkflowSummary& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;}
80
82
86 inline const Aws::String& GetWorkflowArn() const{ return m_workflowArn; }
87 inline bool WorkflowArnHasBeenSet() const { return m_workflowArnHasBeenSet; }
88 inline void SetWorkflowArn(const Aws::String& value) { m_workflowArnHasBeenSet = true; m_workflowArn = value; }
89 inline void SetWorkflowArn(Aws::String&& value) { m_workflowArnHasBeenSet = true; m_workflowArn = std::move(value); }
90 inline void SetWorkflowArn(const char* value) { m_workflowArnHasBeenSet = true; m_workflowArn.assign(value); }
91 inline MatchingWorkflowSummary& WithWorkflowArn(const Aws::String& value) { SetWorkflowArn(value); return *this;}
92 inline MatchingWorkflowSummary& WithWorkflowArn(Aws::String&& value) { SetWorkflowArn(std::move(value)); return *this;}
93 inline MatchingWorkflowSummary& WithWorkflowArn(const char* value) { SetWorkflowArn(value); return *this;}
95
97
100 inline const Aws::String& GetWorkflowName() const{ return m_workflowName; }
101 inline bool WorkflowNameHasBeenSet() const { return m_workflowNameHasBeenSet; }
102 inline void SetWorkflowName(const Aws::String& value) { m_workflowNameHasBeenSet = true; m_workflowName = value; }
103 inline void SetWorkflowName(Aws::String&& value) { m_workflowNameHasBeenSet = true; m_workflowName = std::move(value); }
104 inline void SetWorkflowName(const char* value) { m_workflowNameHasBeenSet = true; m_workflowName.assign(value); }
105 inline MatchingWorkflowSummary& WithWorkflowName(const Aws::String& value) { SetWorkflowName(value); return *this;}
106 inline MatchingWorkflowSummary& WithWorkflowName(Aws::String&& value) { SetWorkflowName(std::move(value)); return *this;}
107 inline MatchingWorkflowSummary& WithWorkflowName(const char* value) { SetWorkflowName(value); return *this;}
109 private:
110
111 Aws::Utils::DateTime m_createdAt;
112 bool m_createdAtHasBeenSet = false;
113
114 ResolutionType m_resolutionType;
115 bool m_resolutionTypeHasBeenSet = false;
116
117 Aws::Utils::DateTime m_updatedAt;
118 bool m_updatedAtHasBeenSet = false;
119
120 Aws::String m_workflowArn;
121 bool m_workflowArnHasBeenSet = false;
122
123 Aws::String m_workflowName;
124 bool m_workflowNameHasBeenSet = false;
125 };
126
127} // namespace Model
128} // namespace EntityResolution
129} // namespace Aws
MatchingWorkflowSummary & WithWorkflowName(const char *value)
MatchingWorkflowSummary & WithWorkflowArn(const char *value)
MatchingWorkflowSummary & WithWorkflowName(const Aws::String &value)
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
MatchingWorkflowSummary & WithResolutionType(const ResolutionType &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
MatchingWorkflowSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
MatchingWorkflowSummary & WithResolutionType(ResolutionType &&value)
MatchingWorkflowSummary & WithWorkflowArn(const Aws::String &value)
MatchingWorkflowSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
MatchingWorkflowSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
MatchingWorkflowSummary & WithWorkflowName(Aws::String &&value)
MatchingWorkflowSummary & WithWorkflowArn(Aws::String &&value)
MatchingWorkflowSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue