7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/entityresolution/EntityResolution_EXPORTS.h>
13#include <aws/entityresolution/model/SchemaInputAttribute.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace EntityResolution {
39 template <
typename SchemaNameT = Aws::String>
41 m_schemaNameHasBeenSet =
true;
42 m_schemaName = std::forward<SchemaNameT>(value);
44 template <
typename SchemaNameT = Aws::String>
57 template <
typename SchemaArnT = Aws::String>
59 m_schemaArnHasBeenSet =
true;
60 m_schemaArn = std::forward<SchemaArnT>(value);
62 template <
typename SchemaArnT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
93 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
95 m_mappedInputFieldsHasBeenSet =
true;
96 m_mappedInputFields = std::forward<MappedInputFieldsT>(value);
98 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
103 template <
typename MappedInputFieldsT = SchemaInputAttribute>
105 m_mappedInputFieldsHasBeenSet =
true;
106 m_mappedInputFields.emplace_back(std::forward<MappedInputFieldsT>(value));
116 template <
typename CreatedAtT = Aws::Utils::DateTime>
118 m_createdAtHasBeenSet =
true;
119 m_createdAt = std::forward<CreatedAtT>(value);
121 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 template <
typename UpdatedAtT = Aws::Utils::DateTime>
135 m_updatedAtHasBeenSet =
true;
136 m_updatedAt = std::forward<UpdatedAtT>(value);
138 template <
typename UpdatedAtT = Aws::Utils::DateTime>
150 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 m_tagsHasBeenSet =
true;
153 m_tags = std::forward<TagsT>(value);
155 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 SetTags(std::forward<TagsT>(value));
160 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
162 m_tagsHasBeenSet =
true;
163 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
174 m_hasWorkflowsHasBeenSet =
true;
175 m_hasWorkflows = value;
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
214 bool m_hasWorkflows{
false};
218 bool m_schemaNameHasBeenSet =
false;
219 bool m_schemaArnHasBeenSet =
false;
220 bool m_descriptionHasBeenSet =
false;
221 bool m_mappedInputFieldsHasBeenSet =
false;
222 bool m_createdAtHasBeenSet =
false;
223 bool m_updatedAtHasBeenSet =
false;
224 bool m_tagsHasBeenSet =
false;
225 bool m_hasWorkflowsHasBeenSet =
false;
226 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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