7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/EntityResolution_EXPORTS.h>
12#include <aws/entityresolution/model/SchemaInputAttribute.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace EntityResolution {
38 template <
typename SchemaNameT = Aws::String>
40 m_schemaNameHasBeenSet =
true;
41 m_schemaName = std::forward<SchemaNameT>(value);
43 template <
typename SchemaNameT = Aws::String>
56 template <
typename SchemaArnT = Aws::String>
58 m_schemaArnHasBeenSet =
true;
59 m_schemaArn = std::forward<SchemaArnT>(value);
61 template <
typename SchemaArnT = Aws::String>
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
92 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
94 m_mappedInputFieldsHasBeenSet =
true;
95 m_mappedInputFields = std::forward<MappedInputFieldsT>(value);
97 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
102 template <
typename MappedInputFieldsT = SchemaInputAttribute>
104 m_mappedInputFieldsHasBeenSet =
true;
105 m_mappedInputFields.emplace_back(std::forward<MappedInputFieldsT>(value));
115 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 m_createdAtHasBeenSet =
true;
118 m_createdAt = std::forward<CreatedAtT>(value);
120 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 template <
typename UpdatedAtT = Aws::Utils::DateTime>
134 m_updatedAtHasBeenSet =
true;
135 m_updatedAt = std::forward<UpdatedAtT>(value);
137 template <
typename UpdatedAtT = Aws::Utils::DateTime>
149 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 m_tagsHasBeenSet =
true;
152 m_tags = std::forward<TagsT>(value);
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 SetTags(std::forward<TagsT>(value));
159 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
161 m_tagsHasBeenSet =
true;
162 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
173 m_hasWorkflowsHasBeenSet =
true;
174 m_hasWorkflows = value;
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
211 bool m_hasWorkflows{
false};
214 bool m_schemaNameHasBeenSet =
false;
215 bool m_schemaArnHasBeenSet =
false;
216 bool m_descriptionHasBeenSet =
false;
217 bool m_mappedInputFieldsHasBeenSet =
false;
218 bool m_createdAtHasBeenSet =
false;
219 bool m_updatedAtHasBeenSet =
false;
220 bool m_tagsHasBeenSet =
false;
221 bool m_hasWorkflowsHasBeenSet =
false;
222 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