7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/entityresolution/model/ResolutionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace EntityResolution
90 inline void SetWorkflowArn(
const char* value) { m_workflowArnHasBeenSet =
true; m_workflowArn.assign(value); }
104 inline void SetWorkflowName(
const char* value) { m_workflowNameHasBeenSet =
true; m_workflowName.assign(value); }
112 bool m_createdAtHasBeenSet =
false;
115 bool m_resolutionTypeHasBeenSet =
false;
118 bool m_updatedAtHasBeenSet =
false;
121 bool m_workflowArnHasBeenSet =
false;
124 bool m_workflowNameHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary()
MatchingWorkflowSummary & WithWorkflowName(const char *value)
const ResolutionType & GetResolutionType() const
MatchingWorkflowSummary & WithWorkflowArn(const char *value)
MatchingWorkflowSummary & WithWorkflowName(const Aws::String &value)
void SetWorkflowName(const char *value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWorkflowArn() const
void SetWorkflowArn(Aws::String &&value)
bool WorkflowArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
MatchingWorkflowSummary & WithResolutionType(const ResolutionType &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
AWS_ENTITYRESOLUTION_API MatchingWorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
bool WorkflowNameHasBeenSet() const
bool UpdatedAtHasBeenSet() const
MatchingWorkflowSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
bool ResolutionTypeHasBeenSet() const
MatchingWorkflowSummary & WithResolutionType(ResolutionType &&value)
void SetWorkflowArn(const Aws::String &value)
MatchingWorkflowSummary & WithWorkflowArn(const Aws::String &value)
MatchingWorkflowSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
bool CreatedAtHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
MatchingWorkflowSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetWorkflowArn(const char *value)
void SetWorkflowName(Aws::String &&value)
MatchingWorkflowSummary & WithWorkflowName(Aws::String &&value)
void SetResolutionType(ResolutionType &&value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
MatchingWorkflowSummary & WithWorkflowArn(Aws::String &&value)
void SetResolutionType(const ResolutionType &value)
MatchingWorkflowSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetWorkflowName() const
void SetWorkflowName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue