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 {
43 template <
typename SchemaNameT = Aws::String>
45 m_schemaNameHasBeenSet =
true;
46 m_schemaName = std::forward<SchemaNameT>(value);
48 template <
typename SchemaNameT = Aws::String>
62 template <
typename SchemaArnT = Aws::String>
64 m_schemaArnHasBeenSet =
true;
65 m_schemaArn = std::forward<SchemaArnT>(value);
67 template <
typename SchemaArnT = Aws::String>
80 template <
typename CreatedAtT = Aws::Utils::DateTime>
82 m_createdAtHasBeenSet =
true;
83 m_createdAt = std::forward<CreatedAtT>(value);
85 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 template <
typename UpdatedAtT = Aws::Utils::DateTime>
100 m_updatedAtHasBeenSet =
true;
101 m_updatedAt = std::forward<UpdatedAtT>(value);
103 template <
typename UpdatedAtT = Aws::Utils::DateTime>
117 m_hasWorkflowsHasBeenSet =
true;
118 m_hasWorkflows = value;
134 bool m_hasWorkflows{
false};
135 bool m_schemaNameHasBeenSet =
false;
136 bool m_schemaArnHasBeenSet =
false;
137 bool m_createdAtHasBeenSet =
false;
138 bool m_updatedAtHasBeenSet =
false;
139 bool m_hasWorkflowsHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API SchemaMappingSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
bool SchemaArnHasBeenSet() const
AWS_ENTITYRESOLUTION_API SchemaMappingSummary()=default
void SetSchemaName(SchemaNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
SchemaMappingSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetSchemaName() const
AWS_ENTITYRESOLUTION_API SchemaMappingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaMappingSummary & WithSchemaName(SchemaNameT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSchemaArn(SchemaArnT &&value)
const Aws::String & GetSchemaArn() const
bool UpdatedAtHasBeenSet() const
bool SchemaNameHasBeenSet() const
SchemaMappingSummary & WithUpdatedAt(UpdatedAtT &&value)
SchemaMappingSummary & WithHasWorkflows(bool value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool GetHasWorkflows() const
bool HasWorkflowsHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool CreatedAtHasBeenSet() const
void SetHasWorkflows(bool value)
SchemaMappingSummary & WithSchemaArn(SchemaArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue