7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/SchemaInputAttribute.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace EntityResolution {
37 template <
typename SchemaNameT = Aws::String>
39 m_schemaNameHasBeenSet =
true;
40 m_schemaName = std::forward<SchemaNameT>(value);
42 template <
typename SchemaNameT = Aws::String>
55 template <
typename SchemaArnT = Aws::String>
57 m_schemaArnHasBeenSet =
true;
58 m_schemaArn = std::forward<SchemaArnT>(value);
60 template <
typename SchemaArnT = Aws::String>
72 template <
typename DescriptionT = Aws::String>
74 m_descriptionHasBeenSet =
true;
75 m_description = std::forward<DescriptionT>(value);
77 template <
typename DescriptionT = Aws::String>
91 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
93 m_mappedInputFieldsHasBeenSet =
true;
94 m_mappedInputFields = std::forward<MappedInputFieldsT>(value);
96 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
101 template <
typename MappedInputFieldsT = SchemaInputAttribute>
103 m_mappedInputFieldsHasBeenSet =
true;
104 m_mappedInputFields.emplace_back(std::forward<MappedInputFieldsT>(value));
112 template <
typename RequestIdT = Aws::String>
114 m_requestIdHasBeenSet =
true;
115 m_requestId = std::forward<RequestIdT>(value);
117 template <
typename RequestIdT = Aws::String>
136 bool m_schemaNameHasBeenSet =
false;
137 bool m_schemaArnHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_mappedInputFieldsHasBeenSet =
false;
140 bool m_requestIdHasBeenSet =
false;
void SetMappedInputFields(MappedInputFieldsT &&value)
UpdateSchemaMappingResult & WithSchemaArn(SchemaArnT &&value)
AWS_ENTITYRESOLUTION_API UpdateSchemaMappingResult()=default
AWS_ENTITYRESOLUTION_API UpdateSchemaMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
AWS_ENTITYRESOLUTION_API UpdateSchemaMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSchemaName(SchemaNameT &&value)
UpdateSchemaMappingResult & WithMappedInputFields(MappedInputFieldsT &&value)
UpdateSchemaMappingResult & WithDescription(DescriptionT &&value)
const Aws::String & GetSchemaArn() const
const Aws::String & GetRequestId() const
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateSchemaMappingResult & WithSchemaName(SchemaNameT &&value)
void SetDescription(DescriptionT &&value)
UpdateSchemaMappingResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetSchemaName() const
UpdateSchemaMappingResult & AddMappedInputFields(MappedInputFieldsT &&value)
void SetSchemaArn(SchemaArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue