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
60 inline void SetHasWorkflows(
bool value) { m_hasWorkflowsHasBeenSet =
true; m_hasWorkflows = value; }
73 inline void SetSchemaArn(
const char* value) { m_schemaArnHasBeenSet =
true; m_schemaArn.assign(value); }
87 inline void SetSchemaName(
const char* value) { m_schemaNameHasBeenSet =
true; m_schemaName.assign(value); }
107 bool m_createdAtHasBeenSet =
false;
110 bool m_hasWorkflowsHasBeenSet =
false;
113 bool m_schemaArnHasBeenSet =
false;
116 bool m_schemaNameHasBeenSet =
false;
119 bool m_updatedAtHasBeenSet =
false;
SchemaMappingSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_ENTITYRESOLUTION_API SchemaMappingSummary(Aws::Utils::Json::JsonView jsonValue)
void SetSchemaArn(Aws::String &&value)
SchemaMappingSummary & WithSchemaName(const char *value)
SchemaMappingSummary & WithSchemaName(const Aws::String &value)
bool SchemaArnHasBeenSet() const
SchemaMappingSummary & WithSchemaName(Aws::String &&value)
void SetSchemaArn(const Aws::String &value)
SchemaMappingSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetSchemaName() const
AWS_ENTITYRESOLUTION_API SchemaMappingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaMappingSummary & WithSchemaArn(const char *value)
void SetSchemaArn(const char *value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSchemaName(Aws::String &&value)
const Aws::String & GetSchemaArn() const
SchemaMappingSummary & WithSchemaArn(Aws::String &&value)
bool UpdatedAtHasBeenSet() const
bool SchemaNameHasBeenSet() const
SchemaMappingSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
AWS_ENTITYRESOLUTION_API SchemaMappingSummary()
SchemaMappingSummary & WithSchemaArn(const Aws::String &value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
SchemaMappingSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetSchemaName(const char *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 SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetHasWorkflows(bool value)
void SetSchemaName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue