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
48 template<
typename SchemaNameT = Aws::String>
49 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
50 template<
typename SchemaNameT = Aws::String>
61 template<
typename SchemaArnT = Aws::String>
62 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
63 template<
typename SchemaArnT = Aws::String>
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 template<
typename UpdatedAtT = Aws::Utils::DateTime>
86 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
87 template<
typename UpdatedAtT = Aws::Utils::DateTime>
97 inline void SetHasWorkflows(
bool value) { m_hasWorkflowsHasBeenSet =
true; m_hasWorkflows = value; }
103 bool m_schemaNameHasBeenSet =
false;
106 bool m_schemaArnHasBeenSet =
false;
109 bool m_createdAtHasBeenSet =
false;
112 bool m_updatedAtHasBeenSet =
false;
114 bool m_hasWorkflows{
false};
115 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