7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
20namespace EntityResolution {
44 template <
typename WorkflowNameT = Aws::String>
46 m_workflowNameHasBeenSet =
true;
47 m_workflowName = std::forward<WorkflowNameT>(value);
49 template <
typename WorkflowNameT = Aws::String>
63 template <
typename WorkflowArnT = Aws::String>
65 m_workflowArnHasBeenSet =
true;
66 m_workflowArn = std::forward<WorkflowArnT>(value);
68 template <
typename WorkflowArnT = Aws::String>
81 template <
typename CreatedAtT = Aws::Utils::DateTime>
83 m_createdAtHasBeenSet =
true;
84 m_createdAt = std::forward<CreatedAtT>(value);
86 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 template <
typename UpdatedAtT = Aws::Utils::DateTime>
101 m_updatedAtHasBeenSet =
true;
102 m_updatedAt = std::forward<UpdatedAtT>(value);
104 template <
typename UpdatedAtT = Aws::Utils::DateTime>
118 bool m_workflowNameHasBeenSet =
false;
119 bool m_workflowArnHasBeenSet =
false;
120 bool m_createdAtHasBeenSet =
false;
121 bool m_updatedAtHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WorkflowArnHasBeenSet() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetWorkflowName() const
void SetWorkflowArn(WorkflowArnT &&value)
IdMappingWorkflowSummary & WithWorkflowArn(WorkflowArnT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary()=default
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
bool WorkflowNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetWorkflowArn() const
IdMappingWorkflowSummary & WithWorkflowName(WorkflowNameT &&value)
void SetWorkflowName(WorkflowNameT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
IdMappingWorkflowSummary & WithUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue