7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/ResolutionType.h>
21namespace EntityResolution {
45 template <
typename WorkflowNameT = Aws::String>
47 m_workflowNameHasBeenSet =
true;
48 m_workflowName = std::forward<WorkflowNameT>(value);
50 template <
typename WorkflowNameT = Aws::String>
64 template <
typename WorkflowArnT = Aws::String>
66 m_workflowArnHasBeenSet =
true;
67 m_workflowArn = std::forward<WorkflowArnT>(value);
69 template <
typename WorkflowArnT = Aws::String>
82 template <
typename CreatedAtT = Aws::Utils::DateTime>
84 m_createdAtHasBeenSet =
true;
85 m_createdAt = std::forward<CreatedAtT>(value);
87 template <
typename CreatedAtT = Aws::Utils::DateTime>
100 template <
typename UpdatedAtT = Aws::Utils::DateTime>
102 m_updatedAtHasBeenSet =
true;
103 m_updatedAt = std::forward<UpdatedAtT>(value);
105 template <
typename UpdatedAtT = Aws::Utils::DateTime>
120 m_resolutionTypeHasBeenSet =
true;
121 m_resolutionType = value;
138 bool m_workflowNameHasBeenSet =
false;
139 bool m_workflowArnHasBeenSet =
false;
140 bool m_createdAtHasBeenSet =
false;
141 bool m_updatedAtHasBeenSet =
false;
142 bool m_resolutionTypeHasBeenSet =
false;
MatchingWorkflowSummary & WithWorkflowArn(WorkflowArnT &&value)
MatchingWorkflowSummary & WithResolutionType(ResolutionType value)
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary()=default
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
MatchingWorkflowSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetWorkflowArn() const
bool WorkflowArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
MatchingWorkflowSummary & WithWorkflowName(WorkflowNameT &&value)
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
bool WorkflowNameHasBeenSet() const
bool UpdatedAtHasBeenSet() const
ResolutionType GetResolutionType() const
void SetWorkflowName(WorkflowNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool ResolutionTypeHasBeenSet() const
bool CreatedAtHasBeenSet() const
void SetResolutionType(ResolutionType value)
void SetWorkflowArn(WorkflowArnT &&value)
MatchingWorkflowSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetWorkflowName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue