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 <aws/entityresolution/model/ResolutionType.h>
23namespace EntityResolution
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>
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>
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>
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>
106 bool m_workflowNameHasBeenSet =
false;
109 bool m_workflowArnHasBeenSet =
false;
112 bool m_createdAtHasBeenSet =
false;
115 bool m_updatedAtHasBeenSet =
false;
118 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