7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/SchemaInputAttribute.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace EntityResolution {
36 template <
typename SchemaNameT = Aws::String>
38 m_schemaNameHasBeenSet =
true;
39 m_schemaName = std::forward<SchemaNameT>(value);
41 template <
typename SchemaNameT = Aws::String>
54 template <
typename SchemaArnT = Aws::String>
56 m_schemaArnHasBeenSet =
true;
57 m_schemaArn = std::forward<SchemaArnT>(value);
59 template <
typename SchemaArnT = Aws::String>
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
90 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
92 m_mappedInputFieldsHasBeenSet =
true;
93 m_mappedInputFields = std::forward<MappedInputFieldsT>(value);
95 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
100 template <
typename MappedInputFieldsT = SchemaInputAttribute>
102 m_mappedInputFieldsHasBeenSet =
true;
103 m_mappedInputFields.emplace_back(std::forward<MappedInputFieldsT>(value));
111 template <
typename RequestIdT = Aws::String>
113 m_requestIdHasBeenSet =
true;
114 m_requestId = std::forward<RequestIdT>(value);
116 template <
typename RequestIdT = Aws::String>
132 bool m_schemaNameHasBeenSet =
false;
133 bool m_schemaArnHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 bool m_mappedInputFieldsHasBeenSet =
false;
136 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
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