7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace 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>
95 bool m_workflowNameHasBeenSet =
false;
98 bool m_workflowArnHasBeenSet =
false;
101 bool m_createdAtHasBeenSet =
false;
104 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