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/entityresolution/model/SchemaInputAttribute.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace EntityResolution
42 template<
typename SchemaNameT = Aws::String>
43 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
44 template<
typename SchemaNameT = Aws::String>
54 template<
typename SchemaArnT = Aws::String>
55 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
56 template<
typename SchemaArnT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
78 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
79 void SetMappedInputFields(MappedInputFieldsT&& value) { m_mappedInputFieldsHasBeenSet =
true; m_mappedInputFields = std::forward<MappedInputFieldsT>(value); }
80 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
82 template<
typename MappedInputFieldsT = SchemaInputAttribute>
89 template<
typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
91 template<
typename RequestIdT = Aws::String>
97 bool m_schemaNameHasBeenSet =
false;
100 bool m_schemaArnHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_mappedInputFieldsHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetSchemaArn(SchemaArnT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetSchemaName() const
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
CreateSchemaMappingResult & WithSchemaArn(SchemaArnT &&value)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSchemaMappingResult & WithSchemaName(SchemaNameT &&value)
CreateSchemaMappingResult & AddMappedInputFields(MappedInputFieldsT &&value)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingResult()=default
const Aws::String & GetDescription() const
void SetMappedInputFields(MappedInputFieldsT &&value)
CreateSchemaMappingResult & WithMappedInputFields(MappedInputFieldsT &&value)
CreateSchemaMappingResult & WithDescription(DescriptionT &&value)
void SetSchemaName(SchemaNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSchemaArn() const
const Aws::String & GetRequestId() const
CreateSchemaMappingResult & WithRequestId(RequestIdT &&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