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
49 template<
typename SchemaNameT = Aws::String>
50 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
51 template<
typename SchemaNameT = Aws::String>
62 template<
typename SchemaArnT = Aws::String>
63 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
64 template<
typename SchemaArnT = Aws::String>
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 template<
typename UpdatedAtT = Aws::Utils::DateTime>
87 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
88 template<
typename UpdatedAtT = Aws::Utils::DateTime>
98 inline void SetHasWorkflows(
bool value) { m_hasWorkflowsHasBeenSet =
true; m_hasWorkflows = value; }
104 bool m_schemaNameHasBeenSet =
false;
107 bool m_schemaArnHasBeenSet =
false;
110 bool m_createdAtHasBeenSet =
false;
113 bool m_updatedAtHasBeenSet =
false;
115 bool m_hasWorkflows{
false};
116 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