7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace EntityResolution
77 inline void SetWorkflowArn(
const char* value) { m_workflowArnHasBeenSet =
true; m_workflowArn.assign(value); }
91 inline void SetWorkflowName(
const char* value) { m_workflowNameHasBeenSet =
true; m_workflowName.assign(value); }
99 bool m_createdAtHasBeenSet =
false;
102 bool m_updatedAtHasBeenSet =
false;
105 bool m_workflowArnHasBeenSet =
false;
108 bool m_workflowNameHasBeenSet =
false;
IdMappingWorkflowSummary & WithWorkflowName(Aws::String &&value)
void SetWorkflowName(Aws::String &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WorkflowArnHasBeenSet() const
IdMappingWorkflowSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary()
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetWorkflowName() const
void SetWorkflowArn(const Aws::String &value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetWorkflowArn(const char *value)
bool CreatedAtHasBeenSet() const
IdMappingWorkflowSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
IdMappingWorkflowSummary & WithWorkflowArn(const char *value)
IdMappingWorkflowSummary & WithWorkflowName(const char *value)
IdMappingWorkflowSummary & WithWorkflowName(const Aws::String &value)
void SetWorkflowArn(Aws::String &&value)
bool WorkflowNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_ENTITYRESOLUTION_API IdMappingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetWorkflowArn() const
IdMappingWorkflowSummary & WithWorkflowArn(const Aws::String &value)
void SetWorkflowName(const char *value)
IdMappingWorkflowSummary & WithWorkflowArn(Aws::String &&value)
IdMappingWorkflowSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetWorkflowName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue