7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/entityresolution/model/SchemaInputAttribute.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace EntityResolution
44 template<
typename SchemaNameT = Aws::String>
45 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
46 template<
typename SchemaNameT = Aws::String>
56 template<
typename SchemaArnT = Aws::String>
57 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
58 template<
typename SchemaArnT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
80 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
81 void SetMappedInputFields(MappedInputFieldsT&& value) { m_mappedInputFieldsHasBeenSet =
true; m_mappedInputFields = std::forward<MappedInputFieldsT>(value); }
82 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
84 template<
typename MappedInputFieldsT = SchemaInputAttribute>
93 template<
typename CreatedAtT = Aws::Utils::DateTime>
94 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
95 template<
typename CreatedAtT = Aws::Utils::DateTime>
104 template<
typename UpdatedAtT = Aws::Utils::DateTime>
105 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
106 template<
typename UpdatedAtT = Aws::Utils::DateTime>
115 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
116 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
117 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
121 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
130 inline void SetHasWorkflows(
bool value) { m_hasWorkflowsHasBeenSet =
true; m_hasWorkflows = value; }
137 template<
typename RequestIdT = Aws::String>
138 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
139 template<
typename RequestIdT = Aws::String>
145 bool m_schemaNameHasBeenSet =
false;
148 bool m_schemaArnHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
154 bool m_mappedInputFieldsHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
160 bool m_updatedAtHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
165 bool m_hasWorkflows{
false};
166 bool m_hasWorkflowsHasBeenSet =
false;
169 bool m_requestIdHasBeenSet =
false;
GetSchemaMappingResult & AddMappedInputFields(MappedInputFieldsT &&value)
GetSchemaMappingResult & WithUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_ENTITYRESOLUTION_API GetSchemaMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetTags(TagsT &&value)
GetSchemaMappingResult & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
bool GetHasWorkflows() const
const Aws::String & GetSchemaName() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetSchemaName(SchemaNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetSchemaArn(SchemaArnT &&value)
AWS_ENTITYRESOLUTION_API GetSchemaMappingResult()=default
void SetMappedInputFields(MappedInputFieldsT &&value)
const Aws::String & GetSchemaArn() const
GetSchemaMappingResult & WithSchemaName(SchemaNameT &&value)
GetSchemaMappingResult & WithHasWorkflows(bool value)
GetSchemaMappingResult & WithCreatedAt(CreatedAtT &&value)
void SetHasWorkflows(bool value)
void SetUpdatedAt(UpdatedAtT &&value)
GetSchemaMappingResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
GetSchemaMappingResult & WithMappedInputFields(MappedInputFieldsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
GetSchemaMappingResult & WithSchemaArn(SchemaArnT &&value)
AWS_ENTITYRESOLUTION_API GetSchemaMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaMappingResult & WithRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
GetSchemaMappingResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue